diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-13 15:32:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-13 15:32:28 +0000 |
commit | 3086193091fb7ad6b9f1c1332ac63207a29a0e7b (patch) | |
tree | c8184d818dc4d32efbc2ea29c82f9786e452a2b7 /src | |
parent | 823425b3104c9f23d6c285941dd8bab0e1b54558 (diff) | |
download | coreutils-3086193091fb7ad6b9f1c1332ac63207a29a0e7b.tar.xz |
(usage): Tweak spacing
Diffstat (limited to 'src')
-rw-r--r-- | src/install.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install.c b/src/install.c index 4b2fec673..4d9c4374c 100644 --- a/src/install.c +++ b/src/install.c @@ -705,8 +705,8 @@ In the third format, create all components of the given DIRECTORY(ies).\n\ -c (ignored)\n\ -d, --directory treat all arguments as directory names; create all\n\ components of the specified directories\n\ - -D create all leading components of DEST except the last,\n\ - then copy SOURCE to DEST; useful in the 1st format\n\ + -D create all leading components of DEST except the last,\n\ + then copy SOURCE to DEST; useful in the 1st 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 rwxr-xr-x\n\ -o, --owner=OWNER set ownership (super-user only)\n\ |