Browse Source

fix: docs cli reference create spelling

Merge pull request #61 from diivi/docs/cli-reference
Dan Helfman 2 năm trước cách đây
mục cha
commit
af3431d6ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      borgmatic/commands/arguments.py

+ 1 - 1
borgmatic/commands/arguments.py

@@ -223,7 +223,7 @@ def make_parsers():
     subparsers = top_level_parser.add_subparsers(
         title='actions',
         metavar='',
-        help='Specify zero or more actions. Defaults to creat, prune, compact, and check. Use --help with action for details:',
+        help='Specify zero or more actions. Defaults to create, prune, compact, and check. Use --help with action for details:',
     )
     rcreate_parser = subparsers.add_parser(
         'rcreate',