From: Günther Deschner Date: Wed, 11 Jul 2007 08:31:03 +0000 (+0000) Subject: r23824: Add ls alias for lazy typers like me. X-Git-Tag: samba-misc-tags/initial-v3-2-unstable~755 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdec09956c941d7ea9d67dc03959f2bdf9a37cb2;p=thirdparty%2Fsamba.git r23824: Add ls alias for lazy typers like me. Guenther --- diff --git a/source/client/client.c b/source/client/client.c index 0b419fac2d9..ff8e28bba60 100644 --- a/source/client/client.c +++ b/source/client/client.c @@ -3265,6 +3265,7 @@ static struct {"lock",cmd_lock,"lock [r|w] : set a POSIX lock",{COMPL_REMOTE,COMPL_REMOTE}}, {"lowercase",cmd_lowercase,"toggle lowercasing of filenames for get",{COMPL_NONE,COMPL_NONE}}, {"ls",cmd_dir," list the contents of the current directory",{COMPL_REMOTE,COMPL_NONE}}, + {"l",cmd_dir," list the contents of the current directory",{COMPL_REMOTE,COMPL_NONE}}, {"mask",cmd_select," mask all filenames against this",{COMPL_REMOTE,COMPL_NONE}}, {"md",cmd_mkdir," make a directory",{COMPL_NONE,COMPL_NONE}}, {"mget",cmd_mget," get all the matching files",{COMPL_REMOTE,COMPL_NONE}},