r23824: Add ls alias for lazy typers like me.
authorGünther Deschner <gd@samba.org>
Wed, 11 Jul 2007 08:31:03 +0000 (08:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:30 +0000 (12:28 -0500)
Guenther
(This used to be commit cdec09956c941d7ea9d67dc03959f2bdf9a37cb2)

source3/client/client.c

index 0b419fac2d9768f9c48ad16532a6f115b86964a1..ff8e28bba60a76439bd4c371f563b24d1fb8274c 100644 (file)
@@ -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}},