Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robkam authored Jun 11, 2020
1 parent ee39e8f commit e6f4674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumpgenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def handleStatusCode(response):

elif statuscode == 401 or statuscode == 403:
print "Authentication required."
print "Please use --userpass."
print "Please use --user and --pass."
print response.url

elif statuscode == 404:
Expand Down

0 comments on commit e6f4674

Please sign in to comment.