Skip to content

Commit 829bf94

Browse files
committed
Fix /bin/ls usage string.
1 parent 4f6438e commit 829bf94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Userland/ls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ int main(int argc, char** argv)
3030
flag_colorize = false;
3131
break;
3232
default:
33-
fprintf(stderr, "usage: ls [-lvG] [path]\n");
33+
fprintf(stderr, "usage: ls [-laG] [path]\n");
3434
return 1;
3535
}
3636
}

0 commit comments

Comments
 (0)