Skip to content

Commit e6f4674

Browse files
authored
fix typo
1 parent ee39e8f commit e6f4674

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)