Skip to content

Commit 40b45d7

Browse files
committed
Spelling error in example parser
Problem: 'reqyuired' Solution: required Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
1 parent 48eae8a commit 40b45d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archivist/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def common_parser(description):
8787
dest="auth_token_file",
8888
action="store",
8989
default=".auth_token",
90-
reqyuired=True,
90+
required=True,
9191
help="FILE containing API authentication token",
9292
)
9393

0 commit comments

Comments
 (0)