소스 검색

ran build_usage

Marian Beermann 8 년 전
부모
커밋
6304556779
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      docs/usage/key_export.rst.inc

+ 3 - 1
docs/usage/key_export.rst.inc

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