diff options
| author | Peter Eisentraut | 2003-07-23 08:47:41 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2003-07-23 08:47:41 +0000 |
| commit | cf86893c39ce4bfe635fcee19853b99d839695de (patch) | |
| tree | 23c20588f7ab30b93c2dba1ead27ad0ef671cbca /src/bin/scripts/createuser.c | |
| parent | 12ce753a680180abc77f224c6646d7566b14be09 (diff) | |
Apply message style guide to frontend programs.
Diffstat (limited to 'src/bin/scripts/createuser.c')
| -rw-r--r-- | src/bin/scripts/createuser.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/scripts/createuser.c b/src/bin/scripts/createuser.c index 6322635957..d2775bc086 100644 --- a/src/bin/scripts/createuser.c +++ b/src/bin/scripts/createuser.c @@ -113,7 +113,7 @@ main(int argc, char *argv[]) encrypted = -1; break; default: - fprintf(stderr, _("Try '%s --help' for more information.\n"), progname); + fprintf(stderr, _("Try \"%s --help\" for more information.\n"), progname); exit(1); } } @@ -126,9 +126,9 @@ main(int argc, char *argv[]) newuser = argv[optind]; break; default: - fprintf(stderr, _("%s: too many command-line arguments (first is '%s')\n"), + fprintf(stderr, _("%s: too many command-line arguments (first is \"%s\")\n"), progname, argv[optind + 1]); - fprintf(stderr, _("Try '%s --help' for more information.\n"), progname); + fprintf(stderr, _("Try \"%s --help\" for more information.\n"), progname); exit(1); } |
