From: David Levine Date: Sat, 15 Sep 2012 13:24:37 +0000 (-0500) Subject: Allow whatnow to accept "l" as an abbreviation for "list", instead of X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=20cd73653b3a7bcc6e4ac90c56529c2d5b865f2b Allow whatnow to accept "l" as an abbreviation for "list", instead of requiring at lest "li". --- 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