diff options
author | David MacKenzie <djm@cygnus> | 1993-04-29 06:55:21 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-04-29 06:55:21 +0000 |
commit | 3602ba816321c98552a25ed520495e8c6443909c (patch) | |
tree | 0bc0d0746ed703856230c2b49019aa2e46868d13 /binutils/copy.c | |
parent | d244269886c8448239b88126983243481eeb71b3 (diff) | |
download | gdb-3602ba816321c98552a25ed520495e8c6443909c.zip gdb-3602ba816321c98552a25ed520495e8c6443909c.tar.gz gdb-3602ba816321c98552a25ed520495e8c6443909c.tar.bz2 |
Add hyphens in usage messages.
Diffstat (limited to 'binutils/copy.c')
-rw-r--r-- | binutils/copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/copy.c b/binutils/copy.c index 66295b5..eeedeff 100644 --- a/binutils/copy.c +++ b/binutils/copy.c @@ -109,7 +109,7 @@ Usage: %s [-vVSgxX] [-I format] [-O format] [-F format]\n\ [--format=format] [--target=format] [--input-format=format]\n\ [--output-format=format] [--strip-all] [--strip-debug]\n\ [--discard-all] [--discard-locals] [--verbose] [--version]\n\ - infile [outfile]\n", + in-file [out-file]\n", program_version, program_name); exit(1); } |