summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-26 23:39:04 +0000
committerJim Meyering <jim@meyering.net>1993-10-26 23:39:04 +0000
commitce4dbc851343d322a5c7235abe5819ba8ecc2abb (patch)
tree6b34af39cbbf479571ea810cb79dd2ea367927b1 /src/install.c
parentf5da03589e6e94588b100b02b73ae47ddf5a57ea (diff)
downloadcoreutils-ce4dbc851343d322a5c7235abe5819ba8ecc2abb.tar.xz
merge with 3.9a
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/install.c b/src/install.c
index a5e795e3f..7c6a5d2f7 100644
--- a/src/install.c
+++ b/src/install.c
@@ -555,9 +555,9 @@ Usage: %s [OPTION]... SOURCE DEST (1st format)\n\
\n\
-c (ignored)\n\
-d, --directory create [leading] directories, mandatory for 3rd format\n\
- -g, --group GROUP set group ownership, instead of process' current group\n\
- -m, --mode MODE set permission mode (as in chmod), instead of 0755\n\
- -o, --owner OWNER set ownership (super-user only)\n\
+ -g, --group=GROUP set group ownership, instead of process' current group\n\
+ -m, --mode=MODE set permission mode (as in chmod), instead of 0755\n\
+ -o, --owner=OWNER set ownership (super-user only)\n\
-s, --strip strip symbol tables, only for 1st and 2nd formats\n\
--help display this help and exit\n\
--version output version information and exit\n");