@@ -331,22 +331,22 @@ usage(void)
331331 printf (_ ("\nOptions controlling the output:\n" ));
332332 printf (_ (" -D, --pgdata=DIRECTORY receive base backup into directory\n" ));
333333 printf (_ (" -F, --format=p|t output format (plain (default), tar)\n" ));
334- printf (_ (" -r, --max-rate=RATE maximum transfer rate to transfer data directory\n" ));
335- printf ( _ ( " (in kB/s, or use suffix \"k\" or \"M\")\n" ));
336- printf (_ (" -R, --write-recovery-conf\n" ));
337- printf ( _ ( " write recovery.conf for replication\n" ));
334+ printf (_ (" -r, --max-rate=RATE maximum transfer rate to transfer data directory\n"
335+ " (in kB/s, or use suffix \"k\" or \"M\")\n" ));
336+ printf (_ (" -R, --write-recovery-conf\n"
337+ " write recovery.conf for replication\n" ));
338338 printf (_ (" -S, --slot=SLOTNAME replication slot to use\n" ));
339339 printf (_ (" --no-slot prevent creation of temporary replication slot\n" ));
340- printf (_ (" -T, --tablespace-mapping=OLDDIR=NEWDIR\n" ));
341- printf ( _ ( " relocate tablespace in OLDDIR to NEWDIR\n" ));
342- printf (_ (" -X, --wal-method=none|fetch|stream\n" ));
343- printf ( _ ( " include required WAL files with specified method\n" ));
340+ printf (_ (" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
341+ " relocate tablespace in OLDDIR to NEWDIR\n" ));
342+ printf (_ (" -X, --wal-method=none|fetch|stream\n"
343+ " include required WAL files with specified method\n" ));
344344 printf (_ (" --waldir=WALDIR location for the write-ahead log directory\n" ));
345345 printf (_ (" -z, --gzip compress tar output\n" ));
346346 printf (_ (" -Z, --compress=0-9 compress tar output with given compression level\n" ));
347347 printf (_ ("\nGeneral options:\n" ));
348- printf (_ (" -c, --checkpoint=fast|spread\n" ));
349- printf ( _ ( " set fast or spread checkpointing\n" ));
348+ printf (_ (" -c, --checkpoint=fast|spread\n"
349+ " set fast or spread checkpointing\n" ));
350350 printf (_ (" -l, --label=LABEL set backup label\n" ));
351351 printf (_ (" -n, --no-clean do not clean up after errors\n" ));
352352 printf (_ (" -N, --no-sync do not wait for changes to be written safely to disk\n" ));
@@ -358,8 +358,8 @@ usage(void)
358358 printf (_ (" -d, --dbname=CONNSTR connection string\n" ));
359359 printf (_ (" -h, --host=HOSTNAME database server host or socket directory\n" ));
360360 printf (_ (" -p, --port=PORT database server port number\n" ));
361- printf (_ (" -s, --status-interval=INTERVAL\n" ));
362- printf ( _ ( " time between status packets sent to server (in seconds)\n" ));
361+ printf (_ (" -s, --status-interval=INTERVAL\n"
362+ " time between status packets sent to server (in seconds)\n" ));
363363 printf (_ (" -U, --username=NAME connect as specified database user\n" ));
364364 printf (_ (" -w, --no-password never prompt for password\n" ));
365365 printf (_ (" -W, --password force password prompt (should happen automatically)\n" ));
0 commit comments