mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-25 13:20:30 +00:00
Fix /bin/ls usage string.
This commit is contained in:
parent
4f6438ec66
commit
829bf94de1
Notes:
sideshowbarker
2024-07-19 16:08:13 +09:00
Author: https://github.com/awesomekling
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