ran build_usage

This commit is contained in:
Marian Beermann 2017-02-12 22:33:12 +01:00
parent 1cf58fb633
commit 6304556779
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ borg key export
usage: borg key export [-h] [--critical] [--error] [--warning] [--info] usage: borg key export [-h] [--critical] [--error] [--warning] [--info]
[--debug] [--lock-wait N] [--show-rc] [--debug] [--lock-wait N] [--show-rc]
[--no-files-cache] [--umask M] [--remote-path PATH] [--no-files-cache] [--umask M] [--remote-path PATH]
[--paper] [--paper] [--qr-html]
[REPOSITORY] [PATH] [REPOSITORY] [PATH]
Export the repository key for backup Export the repository key for backup
@ -34,6 +34,8 @@ borg key export
--remote-path PATH set remote path to executable (default: "borg") --remote-path PATH set remote path to executable (default: "borg")
--paper Create an export suitable for printing and later type- --paper Create an export suitable for printing and later type-
in in
--qr-html Create an html file suitable for printing and later
type-in or qr scan
Description Description
~~~~~~~~~~~ ~~~~~~~~~~~