From 36d74b678bf024997b2961b66928e441d27496df Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 11 Jul 2007 08:31:03 +0000 Subject: r23824: Add ls alias for lazy typers like me. Guenther (This used to be commit cdec09956c941d7ea9d67dc03959f2bdf9a37cb2) --- source3/client/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index 0b419fac2d..ff8e28bba6 100644 --- a/source3/client/client.c +++ b/source3/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}}, -- cgit