Skip to content

Commit 9b1996d

Browse files
authored
Merge pull request #387 from robkam/patch-1
fix typo
2 parents ee39e8f + e6f4674 commit 9b1996d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumpgenerator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def handleStatusCode(response):
142142

143143
elif statuscode == 401 or statuscode == 403:
144144
print "Authentication required."
145-
print "Please use --userpass."
145+
print "Please use --user and --pass."
146146
print response.url
147147

148148
elif statuscode == 404:

0 commit comments

Comments
 (0)