fix: docs cli reference create spelling

This commit is contained in:
Divyansh Singh 2023-03-25 02:44:56 +05:30 committed by Paul Hoffmann
parent 646370e675
commit 9e037af926
1 changed files with 1 additions and 1 deletions

View File

@ -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',