fix string formatting in help
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user