Add hyphens in usage messages.
This commit is contained in:
parent
d244269886
commit
3602ba8163
2 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ void
|
||||||
usage ()
|
usage ()
|
||||||
{
|
{
|
||||||
fprintf(stderr, "ar %s\n\
|
fprintf(stderr, "ar %s\n\
|
||||||
Usage: %s [-]{dmpqrtx}[abcilosuv] [membername] archive-file file...\n\
|
Usage: %s [-]{dmpqrtx}[abcilosuv] [member-name] archive-file file...\n\
|
||||||
%s -M [<mri-script]\n",
|
%s -M [<mri-script]\n",
|
||||||
program_version, program_name, program_name);
|
program_version, program_name, program_name);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
|
@ -109,7 +109,7 @@ Usage: %s [-vVSgxX] [-I format] [-O format] [-F format]\n\
|
||||||
[--format=format] [--target=format] [--input-format=format]\n\
|
[--format=format] [--target=format] [--input-format=format]\n\
|
||||||
[--output-format=format] [--strip-all] [--strip-debug]\n\
|
[--output-format=format] [--strip-all] [--strip-debug]\n\
|
||||||
[--discard-all] [--discard-locals] [--verbose] [--version]\n\
|
[--discard-all] [--discard-locals] [--verbose] [--version]\n\
|
||||||
infile [outfile]\n",
|
in-file [out-file]\n",
|
||||||
program_version, program_name);
|
program_version, program_name);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue