From 20cd73653b3a7bcc6e4ac90c56529c2d5b865f2b Mon Sep 17 00:00:00 2001 From: David Levine Date: Sat, 15 Sep 2012 08:24:37 -0500 Subject: [PATCH] Allow whatnow to accept "l" as an abbreviation for "list", instead of requiring at lest "li". --- uip/whatnowsbr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index 121a79b..c370a99 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -97,7 +97,7 @@ static struct swit aleqs[] = { #define PWDCMDSW 11 { "pwd", 0 }, #define LSCMDSW 12 - { "ls", 0 }, + { "ls", 2 }, #define ATTACHCMDSW 13 { "attach", 0 }, #define DETACHCMDSW 14 -- 1.7.10.4