From e4c0590a8178190adaeb8703307a26e08bd69909 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 15 Feb 2026 13:04:11 +0100 Subject: [PATCH] fix string formatting in help --- bin/vc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: