We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48eae8a commit 40b45d7Copy full SHA for 40b45d7
1 file changed
archivist/parser.py
@@ -87,7 +87,7 @@ def common_parser(description):
87
dest="auth_token_file",
88
action="store",
89
default=".auth_token",
90
- reqyuired=True,
+ required=True,
91
help="FILE containing API authentication token",
92
)
93
0 commit comments