summaryrefslogtreecommitdiff
path: root/src/mknod.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-02 22:26:57 +0000
committerJim Meyering <jim@meyering.net>2001-12-02 22:26:57 +0000
commitf3ac2e783982387442dbd13cc30df0f41d52c779 (patch)
tree3e3f11f12b41d0e8547b8dc950a7831e5d478840 /src/mknod.c
parent01f0361e79febac5df5ff9392b2c24688268adfd (diff)
downloadcoreutils-f3ac2e783982387442dbd13cc30df0f41d52c779.tar.xz
Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION
instead of hard-coding --help and --version descriptions.
Diffstat (limited to 'src/mknod.c')
-rw-r--r--src/mknod.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mknod.c b/src/mknod.c
index 7e34bd4e6..810d63ef3 100644
--- a/src/mknod.c
+++ b/src/mknod.c
@@ -73,10 +73,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
fputs (_("\
-m, --mode=MODE set permission mode (as in chmod), not a=rw - umask\n\
"), stdout);
- fputs (_("\
- --help display this help and exit\n\
- --version output version information and exit\n\
-"), stdout);
+ fputs (HELP_OPTION_DESCRIPTION, stdout);
+ fputs (VERSION_OPTION_DESCRIPTION, stdout);
fputs (_("\
\n\
MAJOR MINOR are forbidden for TYPE p, mandatory otherwise. TYPE may be:\n\