summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-07-11 08:31:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:30 -0500
commit36d74b678bf024997b2961b66928e441d27496df (patch)
tree98a84ad274dca580235a94db32935f8d2c6cd267
parent0ff8556f8b9e641c6e9e06857d72f4cd28a186fb (diff)
downloadsamba-36d74b678bf024997b2961b66928e441d27496df.tar.gz
samba-36d74b678bf024997b2961b66928e441d27496df.tar.bz2
samba-36d74b678bf024997b2961b66928e441d27496df.zip
r23824: Add ls alias for lazy typers like me.
Guenther (This used to be commit cdec09956c941d7ea9d67dc03959f2bdf9a37cb2)
-rw-r--r--source3/client/client.c1
1 files changed, 1 insertions, 0 deletions
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 <fnum> [r|w] <hex-start> <hex-len> : set a POSIX lock",{COMPL_REMOTE,COMPL_REMOTE}},
{"lowercase",cmd_lowercase,"toggle lowercasing of filenames for get",{COMPL_NONE,COMPL_NONE}},
{"ls",cmd_dir,"<mask> list the contents of the current directory",{COMPL_REMOTE,COMPL_NONE}},
+ {"l",cmd_dir,"<mask> list the contents of the current directory",{COMPL_REMOTE,COMPL_NONE}},
{"mask",cmd_select,"<mask> mask all filenames against this",{COMPL_REMOTE,COMPL_NONE}},
{"md",cmd_mkdir,"<directory> make a directory",{COMPL_NONE,COMPL_NONE}},
{"mget",cmd_mget,"<mask> get all the matching files",{COMPL_REMOTE,COMPL_NONE}},