From cdec09956c941d7ea9d67dc03959f2bdf9a37cb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 11 Jul 2007 08:31:03 +0000 Subject: [PATCH] r23824: Add ls alias for lazy typers like me. Guenther --- source/client/client.c | 1 + 1 file changed, 1 insertion(+) 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}}, -- 2.47.3