projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc15b3f
)
Allow whatnow to accept "l" as an abbreviation for "list", instead of
author
David Levine
<levinedl@acm.org>
Sat, 15 Sep 2012 13:24:37 +0000
(08:24 -0500)
committer
David Levine
<levinedl@acm.org>
Sat, 15 Sep 2012 13:24:37 +0000
(08:24 -0500)
requiring at lest "li".
uip/whatnowsbr.c
patch
|
blob
|
history
diff --git
a/uip/whatnowsbr.c
b/uip/whatnowsbr.c
index
121a79b
..
c370a99
100644
(file)
--- 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