Fix usage message

This commit is contained in:
Gerhard Poul 2015-10-13 21:20:53 +02:00
parent 1bdd8b32c3
commit f832bd54dd
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)