summaryrefslogtreecommitdiff
path: root/src/bin
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:58:49 +0100
commit221c6baaff08802c18e35c648658c4e13d1b0e0a (patch)
treeaa49ea389bbc4ee87de1c8ecdb32b123d0af93a1 /src/bin
parentd9b89f1939cc33f14bb8c3f01ced946eb0febaa5 (diff)
downloadpostgresql-221c6baaff08802c18e35c648658c4e13d1b0e0a.tar.gz
Document the pg_upgrade -j/--jobs option as taking an argument
Diffstat (limited to 'src/bin')
-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 a8571f0845..82cc93e9c4 100644
--- a/src/bin/pg_upgrade/option.c
+++ b/src/bin/pg_upgrade/option.c
@@ -285,7 +285,7 @@ Options:\n\
-c, --check check clusters only, don't change any data\n\
-d, --old-datadir=DATADIR old cluster data directory\n\
-D, --new-datadir=DATADIR new cluster data directory\n\
- -j, --jobs number of simultaneous processes or threads to use\n\
+ -j, --jobs=NUM number of simultaneous processes or threads to use\n\
-k, --link link instead of copying files to new cluster\n\
-o, --old-options=OPTIONS old cluster options to pass to the server\n\
-O, --new-options=OPTIONS new cluster options to pass to the server\n\