This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new e4fc16d no jira: cmd-admin ldap long key is corrected
e4fc16d is described below
commit e4fc16d6461bd5afb3b3416ffd725a7e65c647f2
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Mar 30 09:21:47 2020 +0700
no jira: cmd-admin ldap long key is corrected
---
.../src/main/java/org/apache/openmeetings/cli/Admin.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/openmeetings-install/src/main/java/org/apache/openmeetings/cli/Admin.java
b/openmeetings-install/src/main/java/org/apache/openmeetings/cli/Admin.java
index b9f110d..05d603c 100644
--- a/openmeetings-install/src/main/java/org/apache/openmeetings/cli/Admin.java
+++ b/openmeetings-install/src/main/java/org/apache/openmeetings/cli/Admin.java
@@ -132,7 +132,7 @@ public class Admin {
.addOption(new OmOption("b", 1, "b", "backup", false,
"Backups OM"))
.addOption(new OmOption("r", 2, "r", "restore", false,
"Restores OM"))
.addOption(new OmOption("i", 3, "i", "install", false,
"Fill DB table, and make OM usable"))
- .addOption(new OmOption("l", 3, "l", "LDAP", false,
"Import LDAP users into DB"))
+ .addOption(new OmOption("l", 3, "l", "ldap", false,
"Import LDAP users into DB"))
.addOption(new OmOption("f", 4, "f", "files", false,
"File operations - statictics/cleanup"));
group.setRequired(true);
options.addOptionGroup(group);