mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
parent
fe343a0497
commit
4ba153668b
Notes:
sideshowbarker
2024-07-19 09:16:39 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/4ba153668b4
@ -80,8 +80,8 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
if (argc < 3) {
|
||||
printf("usage: chmod <octal-mode> <path,...>\n"
|
||||
" chmod [[ugoa][+-=][rwx...],...] <path,...>\n");
|
||||
printf("usage: chmod <octal-mode> <path...>\n"
|
||||
" chmod [[ugoa][+-=][rwx...],...] <path...>\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user