mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
Fix /bin/ls usage string.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user