From 221c6baaff08802c18e35c648658c4e13d1b0e0a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 11 Feb 2020 23:47:36 +0100 Subject: [PATCH] Document the pg_upgrade -j/--jobs option as taking an argument --- doc/src/sgml/ref/pgupgrade.sgml | 4 ++-- src/bin/pg_upgrade/option.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 64ff9e842b0..06a32d80f21 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -113,8 +113,8 @@ - - + + number of simultaneous processes or threads to use diff --git a/src/bin/pg_upgrade/option.c b/src/bin/pg_upgrade/option.c index a8571f08450..82cc93e9c4b 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\ -- 2.39.5