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
Notes: sideshowbarker 2024-07-19 09:16:39 +09:00

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