diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2014-08-09 00:07:00 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2014-08-09 00:07:00 -0400 |
| commit | f25e0bf5e0af01a687395a76e676dadeb4a60d0a (patch) | |
| tree | 00557e67e01f2fb0f88a9d5d3be2fa77aa643bd7 /src/bin/pg_dump/pg_dumpall.c | |
| parent | 3dad73e71f08abd86564d5090a58ca71740e07e0 (diff) | |
| download | postgresql-f25e0bf5e0af01a687395a76e676dadeb4a60d0a.tar.gz | |
Small message fixes
Diffstat (limited to 'src/bin/pg_dump/pg_dumpall.c')
| -rw-r--r-- | src/bin/pg_dump/pg_dumpall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index a15d14b6ac..405009158d 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -338,7 +338,7 @@ main(int argc, char *argv[]) if (if_exists && !output_clean) { - fprintf(stderr, _("%s: option --if-exists requires -c/--clean option\n"), + fprintf(stderr, _("%s: option --if-exists requires option -c/--clean\n"), progname); exit_nicely(1); } |
