Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3a8e8a

Browse files
committed
Remove [-q] and [-v] from help
1 parent62eee9c commita3a8e8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎help.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ help_pg_probackup(void)
7575
printf(_("\n %s backup -B backup-path -b backup-mode\n"),PROGRAM_NAME);
7676
printf(_(" [-D pgdata-dir] [-C] [--stream [-S slot-name]] [--backup-pg-log]\n"));
7777
printf(_(" [-j num-threads] [--archive-timeout=archive-timeout]\n"));
78-
printf(_(" [--progress] [-q] [-v] [--delete-expired]\n"));
78+
printf(_(" [--progress] [--delete-expired]\n"));
7979
printf(_(" [-d dbname] [-h host] [-p port] [-U username]\n"));
8080

8181
printf(_("\n %s restore -B backup-dir\n"),PROGRAM_NAME);
82-
printf(_(" [-D pgdata-dir] [-i backup-id] [--progress] [-q] [-v]\n"));
82+
printf(_(" [-D pgdata-dir] [-i backup-id] [--progress]\n"));
8383
printf(_(" [--time=time|--xid=xid [--inclusive=boolean]]\n"));
8484
printf(_(" [--timeline=timeline] [-T OLDDIR=NEWDIR]\n"));
8585

8686
printf(_("\n %s validate -B backup-dir\n"),PROGRAM_NAME);
87-
printf(_(" [-D pgdata-dir] [-i backup-id] [--progress] [-q] [-v]\n"));
87+
printf(_(" [-D pgdata-dir] [-i backup-id] [--progress]\n"));
8888
printf(_(" [--time=time|--xid=xid [--inclusive=boolean]]\n"));
8989
printf(_(" [--timeline=timeline]\n"));
9090

@@ -119,7 +119,7 @@ help_backup(void)
119119
printf(_("%s backup -B backup-path -b backup-mode\n"),PROGRAM_NAME);
120120
printf(_(" [-D pgdata-dir] [-C] [--stream [-S slot-name]] [--backup-pg-log]\n"));
121121
printf(_(" [-j num-threads] [--archive-timeout=archive-timeout]\n"));
122-
printf(_(" [--progress] [-q] [-v] [--delete-expired]\n"));
122+
printf(_(" [--progress] [--delete-expired]\n"));
123123
printf(_(" [-d dbname] [-h host] [-p port] [-U username]\n\n"));
124124

125125
printf(_(" -B, --backup-path=backup-path location of the backup storage area\n"));
@@ -146,7 +146,7 @@ static void
146146
help_restore(void)
147147
{
148148
printf(_("%s restore -B backup-dir\n"),PROGRAM_NAME);
149-
printf(_(" [-D pgdata-dir] [-i backup-id] [--progress] [-q] [-v]\n"));
149+
printf(_(" [-D pgdata-dir] [-i backup-id] [--progress]\n"));
150150
printf(_(" [--time=time|--xid=xid [--inclusive=boolean]]\n"));
151151
printf(_(" [--timeline=timeline] [-T OLDDIR=NEWDIR]\n\n"));
152152

@@ -167,7 +167,7 @@ static void
167167
help_validate(void)
168168
{
169169
printf(_("%s validate -B backup-dir\n"),PROGRAM_NAME);
170-
printf(_(" [-D pgdata-dir] [-i backup-id] [--progress] [-q] [-v]\n"));
170+
printf(_(" [-D pgdata-dir] [-i backup-id] [--progress]\n"));
171171
printf(_(" [--time=time|--xid=xid [--inclusive=boolean]]\n"));
172172
printf(_(" [--timeline=timeline]\n\n"));
173173

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp