# HG changeset patch # User Peter Marschall # Date 1299347427 -3600 # Node ID db47ba64ebda3cbe42ee9a8e93f0e149c45d2916 # Parent 669085d93aa39d6511ffba6fc1acbc09282538b3 accept short option names for some options Accept short name equivalents like in ldap... commands for 'server', 'basedn' and 'binddn'. diff -r 669085d93aa3 -r db47ba64ebda shelldap --- a/shelldap Sat Mar 05 17:46:57 2011 +0100 +++ b/shelldap Sat Mar 05 18:50:27 2011 +0100 @@ -1693,9 +1693,9 @@ $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',