From 1f7e76a230e10910aa2cfa5d83ced4c271377af4 Mon Sep 17 00:00:00 2001 From: Casey Chu Date: Wed, 24 Dec 2014 02:18:34 -0800 Subject: [PATCH] Fix typo --- spotify-backup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotify-backup.py b/spotify-backup.py index 87e48b6..31e95e4 100644 --- a/spotify-backup.py +++ b/spotify-backup.py @@ -109,7 +109,7 @@ def log(str): def main(): # Parse arguments. - parser = argparse.ArgumentParser(description='Exports your Spotify playlists. By default, opens a browser window' + parser = argparse.ArgumentParser(description='Exports your Spotify playlists. By default, opens a browser window ' + 'to authorize the Spotify Web API, but you can also manually specify' + ' an OAuth token with the --token option.') parser.add_argument('--token', metavar='OAUTH_TOKEN', help='use a Spotify OAuth token (requires the ' @@ -159,4 +159,4 @@ def main(): log('Wrote file: ' + args.file) if __name__ == '__main__': - main() \ No newline at end of file + main()