Merge pull request #66 from gpoul/fix-usage

Fix usage message
This commit is contained in:
Paul Lamere 2016-12-31 11:00:26 -05:00 committed by GitHub
commit c319176882
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if __name__ == '__main__':
username = sys.argv[1]
else:
print("Whoops, need your username!")
print("usage: python user_playlists.py [username]")
print("usage: python user_playlists_contents.py [username]")
sys.exit()
token = util.prompt_for_user_token(username)