diff --git a/shelldap b/shelldap index 265fe8e..2673d00 100755 --- a/shelldap +++ b/shelldap @@ -1693,9 +1693,9 @@ use vars '$conf'; $conf = load_config() || {}; Getopt::Long::GetOptions( $conf, - 'server=s', - 'binddn=s', - 'basedn=s', + 'server|H=s', + 'binddn|D=s', + 'basedn|b=s', 'cacheage=i', 'timeout=i', 'tls_cacert=s',