From 5d0649faaf114d6a2702c15e2cc770a2f68f3a6d Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 26 Aug 2022 20:44:01 +0200 Subject: [PATCH] Update help output in docs --- doc/manual_rest.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/manual_rest.rst b/doc/manual_rest.rst index e17e5cd8e..41e1ca264 100644 --- a/doc/manual_rest.rst +++ b/doc/manual_rest.rst @@ -54,12 +54,12 @@ Usage help is available: --insecure-tls skip TLS certificate verification when connecting to the repository (insecure) --json set output mode to JSON for commands that support it --key-hint key key ID of key to try decrypting first (default: $RESTIC_KEY_HINT) - --limit-download int limits downloads to a maximum rate in KiB/s. (default: unlimited) - --limit-upload int limits uploads to a maximum rate in KiB/s. (default: unlimited) - --pack-size uint set target pack size in MiB. (default: $RESTIC_PACK_SIZE) + --limit-download rate limits downloads to a maximum rate in KiB/s. (default: unlimited) + --limit-upload rate limits uploads to a maximum rate in KiB/s. (default: unlimited) --no-cache do not use a local cache --no-lock do not lock the repository, this allows some operations on read-only repositories -o, --option key=value set extended option (key=value, can be specified multiple times) + --pack-size size set target pack size in MiB, created pack files may be larger (default: $RESTIC_PACK_SIZE) --password-command command shell command to obtain the repository password from (default: $RESTIC_PASSWORD_COMMAND) -p, --password-file file file to read the repository password from (default: $RESTIC_PASSWORD_FILE) -q, --quiet do not output comprehensive progress report @@ -91,7 +91,7 @@ command: Exit status is 3 if some source data could not be read (incomplete snapshot created). Usage: - restic backup [flags] FILE/DIR [FILE/DIR] ... + restic backup [flags] [FILE/DIR] ... Flags: -n, --dry-run do not upload or write any data, just show what would be done @@ -127,12 +127,12 @@ command: --insecure-tls skip TLS certificate verification when connecting to the repository (insecure) --json set output mode to JSON for commands that support it --key-hint key key ID of key to try decrypting first (default: $RESTIC_KEY_HINT) - --limit-download int limits downloads to a maximum rate in KiB/s. (default: unlimited) - --limit-upload int limits uploads to a maximum rate in KiB/s. (default: unlimited) - --pack-size uint set target pack size in MiB. (default: $RESTIC_PACK_SIZE) + --limit-download rate limits downloads to a maximum rate in KiB/s. (default: unlimited) + --limit-upload rate limits uploads to a maximum rate in KiB/s. (default: unlimited) --no-cache do not use a local cache --no-lock do not lock the repository, this allows some operations on read-only repositories -o, --option key=value set extended option (key=value, can be specified multiple times) + --pack-size size set target pack size in MiB, created pack files may be larger (default: $RESTIC_PACK_SIZE) --password-command command shell command to obtain the repository password from (default: $RESTIC_PASSWORD_COMMAND) -p, --password-file file file to read the repository password from (default: $RESTIC_PASSWORD_FILE) -q, --quiet do not output comprehensive progress report