aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-02-11 23:47:36 +0100
committerPeter Eisentraut <peter@eisentraut.org>2020-02-11 23:55:50 +0100
commit9dc4e15c8a6339f81dba3b078cd9f0f37f45179b (patch)
tree4ee1724e9833ebef1a65b858569d92242e326361 /src
parenta8423a99122bae8e90a3874a4466c39031657a55 (diff)
downloadpostgresql-9dc4e15c8a6339f81dba3b078cd9f0f37f45179b.tar.gz
postgresql-9dc4e15c8a6339f81dba3b078cd9f0f37f45179b.zip
Document the pg_upgrade -j/--jobs option as taking an argument
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_upgrade/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/option.c b/src/bin/pg_upgrade/option.c
index 9dbc9225a64..bb21305f3de 100644
--- a/src/bin/pg_upgrade/option.c
+++ b/src/bin/pg_upgrade/option.c
@@ -283,7 +283,7 @@ usage(void)
printf(_(" -c, --check check clusters only, don't change any data\n"));
printf(_(" -d, --old-datadir=DATADIR old cluster data directory\n"));
printf(_(" -D, --new-datadir=DATADIR new cluster data directory\n"));
- printf(_(" -j, --jobs number of simultaneous processes or threads to use\n"));
+ printf(_(" -j, --jobs=NUM number of simultaneous processes or threads to use\n"));
printf(_(" -k, --link link instead of copying files to new cluster\n"));
printf(_(" -o, --old-options=OPTIONS old cluster options to pass to the server\n"));
printf(_(" -O, --new-options=OPTIONS new cluster options to pass to the server\n"));