diff --git a/bin/vc b/bin/vc index 8092ad7..4fe4b08 100755 --- a/bin/vc +++ b/bin/vc @@ -88,11 +88,7 @@ def main(): parser.add_argument('-t', '--to', help='end time, if not end of file') parser.add_argument('-q', '--quality', help='quality of output, as a percentage') parser.add_argument('-S', '--silent', action='store_true', help='no audio') - parser.add_argument('-c', '--crop', help=""" - Crop formats supported: - - Standard: "out_w:out_h:x:y" or "out_w:out_h" for centered - - Percentage: "NN%" for centered crop to NN percent - - Edge: "edge:left:right:top:bottom" or "edge:width:height" or single value for all""") + parser.add_argument('-c', '--crop', help="out_w:out_h:x:y or out_w:out_h for centered. NN percent for centered crop to NN percent. edge:left:right:top:bottom or edge:width:height or single value for all") args = parser.parse_args() if not args.output: