mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
parent
fe343a0497
commit
4ba153668b
Notes:
sideshowbarker
2024-07-19 09:16:39 +09:00
Author: https://github.com/awesomekling
Commit: 4ba153668b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue