Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
081ca7a0
Commit
081ca7a0
authored
May 08, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak contrib --help output to match common style
Placeholders such as OPTION are typically kept in singular.
parent
db84ba65
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
contrib/oid2name/oid2name.c
contrib/oid2name/oid2name.c
+1
-1
contrib/pg_upgrade/option.c
contrib/pg_upgrade/option.c
+1
-1
contrib/pgbench/pgbench.c
contrib/pgbench/pgbench.c
+1
-1
No files found.
contrib/oid2name/oid2name.c
View file @
081ca7a0
...
...
@@ -177,7 +177,7 @@ help(const char *progname)
{
printf
(
"%s helps examining the file structure used by PostgreSQL.
\n\n
"
"Usage:
\n
"
" %s [OPTION
S
]...
\n
"
" %s [OPTION]...
\n
"
"
\n
Options:
\n
"
" -d DBNAME database to connect to
\n
"
" -f FILENODE show info for table with given file node
\n
"
...
...
contrib/pg_upgrade/option.c
View file @
081ca7a0
...
...
@@ -218,7 +218,7 @@ usage(void)
{
printf
(
_
(
"pg_upgrade upgrades a PostgreSQL cluster to a different major version.
\n
\
\n
Usage:
\n
\
pg_upgrade [OPTION
S
]...
\n
\
pg_upgrade [OPTION]...
\n
\
\n
\
Options:
\n
\
-b, --old-bindir=OLDBINDIR old cluster executable directory
\n
\
...
...
contrib/pgbench/pgbench.c
View file @
081ca7a0
...
...
@@ -338,7 +338,7 @@ usage(const char *progname)
{
printf
(
"%s is a benchmarking tool for PostgreSQL.
\n\n
"
"Usage:
\n
"
" %s [OPTION
S
]... [DBNAME]
\n
"
" %s [OPTION]... [DBNAME]
\n
"
"
\n
Initialization options:
\n
"
" -i invokes initialization mode
\n
"
" -F NUM fill factor
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment