summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-21 07:29:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-21 07:29:31 +0000
commitc0b70ba29bbd5dae3add67d1ee148f8e0bb5a86f (patch)
treeb2d7a30ffffe2c1d4d09adcfccbb0100d3fd3516 /src/install.c
parent270b5a9cb1e1455ea4bcbb64fffa8e957828ce6a (diff)
downloadcoreutils-c0b70ba29bbd5dae3add67d1ee148f8e0bb5a86f.tar.xz
(usage): Avoid usage that runs afoul of Docbook
translation. Problem reported by Eric S. Raymond.
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/install.c b/src/install.c
index 880c6675d..70d4a8118 100644
--- a/src/install.c
+++ b/src/install.c
@@ -635,10 +635,10 @@ usage (int status)
else
{
printf (_("\
-Usage: %s [OPTION]... [-T] SOURCE DEST (1st form)\n\
- or: %s [OPTION]... SOURCE... DIRECTORY (2nd form)\n\
- or: %s [OPTION]... -t DIRECTORY SOURCE... (3rd form)\n\
- or: %s [OPTION]... -d DIRECTORY... (4th form)\n\
+Usage: %s [OPTION]... [-T] SOURCE DEST\n\
+ or: %s [OPTION]... SOURCE... DIRECTORY\n\
+ or: %s [OPTION]... -t DIRECTORY SOURCE...\n\
+ or: %s [OPTION]... -d DIRECTORY...\n\
"),
program_name, program_name, program_name, program_name);
fputs (_("\
@@ -659,7 +659,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
fputs (_("\
-D create all leading components of DEST except the last,\n\
- then copy SOURCE to DEST; useful in the 1st format\n\
+ then copy SOURCE to DEST\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\
@@ -667,7 +667,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
fputs (_("\
-p, --preserve-timestamps apply access/modification times of SOURCE files\n\
to corresponding destination files\n\
- -s, --strip strip symbol tables, only for 1st and 2nd formats\n\
+ -s, --strip strip symbol tables\n\
-S, --suffix=SUFFIX override the usual backup suffix\n\
-t, --target-directory=DIRECTORY copy all SOURCE arguments into DIRECTORY\n\
-T, --no-target-directory treat DEST as a normal file\n\