Skip to content

Commit

Permalink
Merge pull request #387 from robkam/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
nemobis authored Jun 11, 2020
2 parents ee39e8f + e6f4674 commit 9b1996d
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 9b1996d

Please sign in to comment.