]> code.delx.au - notipod/commitdiff
Removed trailing space
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 12 Jul 2012 01:58:07 +0000 (11:58 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 12 Jul 2012 01:58:07 +0000 (11:58 +1000)
notipod_cli.py

index 32270f2a41cd926525bdd906d8a6e3c8dc2605c3..6faf0f0a8b9ffbb382c796dd052480b2174e06c6 100755 (executable)
@@ -11,7 +11,7 @@ import libnotipod
 
 
 def parse_options():
-       parser = optparse.OptionParser(version="%prog " + VERSION, 
+       parser = optparse.OptionParser(version="%prog " + VERSION,
                description = "Synchronise an iTunes playlist with a directory",
                usage = "%prog destination playlist [playlist ...]"
        )