diff options
Diffstat (limited to 'command/ls.c')
-rw-r--r-- | command/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/ls.c b/command/ls.c index d4d19c1..517264b 100644 --- a/command/ls.c +++ b/command/ls.c @@ -533,7 +533,7 @@ static int long_arg(char* cur, char* next) { return ARG_UNUSED; } -COMMAND(ls) { +COMMAND(ls_main) { int start, i; bool titled; |