@@ -342,9 +342,9 @@ usage(void)
342
342
printf (_ (" --no-slot prevent creation of temporary replication slot\n" ));
343
343
printf (_ (" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
344
344
" relocate tablespace in OLDDIR to NEWDIR\n" ));
345
- printf (_ (" -X, --xlog -method=none|fetch|stream\n"
345
+ printf (_ (" -X, --wal -method=none|fetch|stream\n"
346
346
" include required WAL files with specified method\n" ));
347
- printf (_ (" --xlogdir=XLOGDIR location for the transaction log directory\n" ));
347
+ printf (_ (" --waldir=WALDIR location for the transaction log directory\n" ));
348
348
printf (_ (" -z, --gzip compress tar output\n" ));
349
349
printf (_ (" -Z, --compress=0-9 compress tar output with given compression level\n" ));
350
350
printf (_ ("\nGeneral options:\n" ));
@@ -2065,7 +2065,7 @@ main(int argc, char **argv)
2065
2065
{"write-recovery-conf" , no_argument , NULL , 'R' },
2066
2066
{"slot" , required_argument , NULL , 'S' },
2067
2067
{"tablespace-mapping" , required_argument , NULL , 'T' },
2068
- {"xlog -method" , required_argument , NULL , 'X' },
2068
+ {"wal -method" , required_argument , NULL , 'X' },
2069
2069
{"gzip" , no_argument , NULL , 'z' },
2070
2070
{"compress" , required_argument , NULL , 'Z' },
2071
2071
{"label" , required_argument , NULL , 'l' },
@@ -2080,7 +2080,7 @@ main(int argc, char **argv)
2080
2080
{"status-interval" , required_argument , NULL , 's' },
2081
2081
{"verbose" , no_argument , NULL , 'v' },
2082
2082
{"progress" , no_argument , NULL , 'P' },
2083
- {"xlogdir " , required_argument , NULL , 1 },
2083
+ {"waldir " , required_argument , NULL , 1 },
2084
2084
{"no-slot" , no_argument , NULL , 2 },
2085
2085
{NULL , 0 , NULL , 0 }
2086
2086
};
0 commit comments