Skip to content

Commit

Permalink
fix: jans-linux-setup multiple argument --import-ldif (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed May 31, 2022
1 parent 0af96c1 commit 5556f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jans-linux-setup/jans_setup/setup_app/utils/arg_parser.py
Expand Up @@ -63,7 +63,6 @@
parser.add_argument('-t', help="Load test data", action='store_true')
parser.add_argument('-x', help="Load test data and exit", action='store_true')
parser.add_argument('--allow-pre-released-features', help="Enable options to install experimental features, not yet officially supported", action='store_true')
parser.add_argument('--import-ldif', help="Render ldif templates from directory and import them in LDAP")
parser.add_argument('--listen_all_interfaces', help="Allow the LDAP server to listen on all server interfaces", action='store_true')

ldap_group = parser.add_mutually_exclusive_group()
Expand Down

0 comments on commit 5556f36

Please sign in to comment.