From c93d866dd41383f2756b2a6ad23384541aee19ef Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+simplePCBuilding@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:33:07 +0200 Subject: [PATCH] Update fsrimagevideoupscaler-cli.py --- fsrimagevideoupscaler-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsrimagevideoupscaler-cli.py b/fsrimagevideoupscaler-cli.py index c63f050..97d8444 100644 --- a/fsrimagevideoupscaler-cli.py +++ b/fsrimagevideoupscaler-cli.py @@ -12,7 +12,7 @@ import bin.handler import os import multiprocessing -ap = argparse.ArgumentParser( description='FSRImageVideoUpscaler - CLI' ) +ap = argparse.ArgumentParser( description='FSRImageVideoUpscaler - CLI, a CLI application to upscale videos and images using FSR. ' ) ap.add_argument( 'inputfile', help='File path for the video / image to be upscaled' ) ap.add_argument( 'outputfile', help='File path for the video / image that was upscaled' ) ap.add_argument( '-s', '--scalefactor', help='Scale factor for the video / image' )