Make help message more compact to fit in to the screen --- ./lib/Net/LDAP/Shell/Commands/commands.pm 2006-05-26 13:47:53 +0400 +++ ./lib/Net/LDAP/Shell/Commands/commands.pm 2006-05-26 13:53:13 +0400 @@ -40,23 +40,11 @@ until I come up with an elegant way to list all available commands, here is the current list, as of 11/04: -builtins -cat -cd -clone +builtins debugging help pwd +cat edit ls quit +cd exit new search +clone export rm set config -debugging -edit -exit -export -help -ls -new -rm -pwd -quit -search -set Again, if you want help on these commands, run ' --help'. It's a bug if any of them don't provide a help page; please report it as such. --- ./lib/Net/LDAP/Shell/Commands/help.pm 2006-05-26 13:47:53 +0400 +++ ./lib/Net/LDAP/Shell/Commands/help.pm 2006-05-26 13:53:44 +0400 @@ -45,23 +45,11 @@ until I come up with an elegant way to list all available commands, here is the current list, as of 11/04: -builtins -cat -cd -clone +builtins debugging help pwd +cat edit ls quit +cd exit new search +clone export rm set config -debugging -edit -exit -export -help -ls -new -rm -pwd -quit -search -set Again, if you want help on these commands, run ' --help'. It's a bug if any of them don't provide a help page; please report it as such.