From c0b70ba29bbd5dae3add67d1ee148f8e0bb5a86f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 21 Nov 2004 07:29:31 +0000 Subject: [PATCH] (usage): Avoid usage that runs afoul of Docbook translation. Problem reported by Eric S. Raymond. --- src/install.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/install.c b/src/install.c index 880c667..70d4a81 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\ -- 2.7.4