mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
Fix /bin/ls usage string.
This commit is contained in:
parent
4f6438ec66
commit
829bf94de1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ int main(int argc, char** argv)
|
|||
flag_colorize = false;
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "usage: ls [-lvG] [path]\n");
|
||||
fprintf(stderr, "usage: ls [-laG] [path]\n");
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue