1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +00:00

chmod: Tweak usage string

Fixes #1223.
This commit is contained in:
Andreas Kling 2020-02-16 09:51:49 +01:00
parent fe343a0497
commit 4ba153668b

View file

@ -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;
}