1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Improve documentation for cmd-ssh, repo-host-cmd, pg-host-cmd options.

Use "command" instead of "exe" and make the descriptions more consistent.
This commit is contained in:
David Steele
2021-10-27 11:08:32 -04:00
parent e1f6c066b3
commit fa564ee196
2 changed files with 9 additions and 9 deletions

View File

@ -223,7 +223,7 @@ testRun(void)
"\n"
" --buffer-size buffer size for I/O operations\n"
" [current=32768, default=1048576]\n"
" --cmd-ssh path to ssh client executable [default=ssh]\n"
" --cmd-ssh SSH client command [default=ssh]\n"
" --compress-level-network network compression level [default=3]\n"
" --config pgBackRest configuration file\n"
" [default=/etc/pgbackrest/pgbackrest.conf]\n"
@ -276,7 +276,7 @@ testRun(void)
" --repo-gcs-key-type GCS repository key type [default=service]\n"
" --repo-host repository host when operating remotely via\n"
" SSH [current=backup.example.net]\n"
" --repo-host-cmd pgBackRest exe path on the repository host\n"
" --repo-host-cmd repository host pgBackRest command\n"
" [default=/path/to/pgbackrest]\n"
" --repo-host-config pgBackRest repository host configuration\n"
" file\n"