diff options
Diffstat (limited to 'coreutils/mkdir.c')
-rw-r--r-- | coreutils/mkdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index b42899a4a..cf65f272f 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <errno.h> | 24 | #include <errno.h> |
25 | #include <sys/param.h> | 25 | #include <sys/param.h> |
26 | 26 | ||
27 | const char mkdir_usage[] = "Usage: mkdir [OPTION] DIRECTORY...\n" | 27 | static const char mkdir_usage[] = "Usage: mkdir [OPTION] DIRECTORY...\n" |
28 | "Create the DIRECTORY(ies), if they do not already exist\n\n" | 28 | "Create the DIRECTORY(ies), if they do not already exist\n\n" |
29 | "-m\tset permission mode (as in chmod), not rwxrwxrwx - umask\n" | 29 | "-m\tset permission mode (as in chmod), not rwxrwxrwx - umask\n" |
30 | "-p\tno error if existing, make parent directories as needed\n"; | 30 | "-p\tno error if existing, make parent directories as needed\n"; |