PEP8 applied
[youtube-dl] / youtube_dl / options.py
index 16aa6ffca1c8f1e3199d0b2d570307ec5cf7be91..38177c1d7b1d25e28cc7400f3917c808a54f7cd3 100644 (file)
@@ -621,7 +621,7 @@ def parseOpts(overrideArguments=None):
     postproc.add_option(
         '--exec',
         metavar='CMD', dest='exec_cmd',
-        help='Execute a command on the file after downloading, similar to find\'s -exec syntax. Example: --exec \'adb push {} /sdcard/Music/ && rm {}\'' )
+        help='Execute a command on the file after downloading, similar to find\'s -exec syntax. Example: --exec \'adb push {} /sdcard/Music/ && rm {}\'')
 
     parser.add_option_group(general)
     parser.add_option_group(selection)