Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3946c28

Browse files
committed
Fix pg_upgrade --help text for --user to not use a plural cluster name.
1 parent c5a0325 commit 3946c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Options:\n\
264264
-O, --new-options=OPTIONS new cluster options to pass to the server\n\
265265
-p, --old-port=OLDPORT old cluster port number (default %d)\n\
266266
-P, --new-port=NEWPORT new cluster port number (default %d)\n\
267-
-u, --user=NAME clusters superuser (default \"%s\")\n\
267+
-u, --user=NAME cluster superuser (default \"%s\")\n\
268268
-v, --verbose enable verbose output\n\
269269
-V, --version display version information, then exit\n\
270270
-h, --help show this help, then exit\n\

0 commit comments

Comments
 (0)