1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Put new command-line options into alphabetical order in help output

This commit is contained in:
Peter Eisentraut
2020-05-01 11:49:52 +02:00
parent 78bad97faa
commit 3c800ae0b9
4 changed files with 13 additions and 13 deletions

View File

@ -165,8 +165,8 @@ help(const char *progname)
printf(_(" %s [OPTION]... DBNAME\n"), progname);
printf(_("\nOptions:\n"));
printf(_(" -e, --echo show the commands being sent to the server\n"));
printf(_(" -i, --interactive prompt before deleting anything\n"));
printf(_(" -f, --force try to terminate other connections before dropping\n"));
printf(_(" -i, --interactive prompt before deleting anything\n"));
printf(_(" -V, --version output version information, then exit\n"));
printf(_(" --if-exists don't report error if database doesn't exist\n"));
printf(_(" -?, --help show this help, then exit\n"));