From f6cc3809f0b5ba25cab6648e1c9484df2e652c3b Mon Sep 17 00:00:00 2001 From: hcwinsemius Date: Tue, 27 Jun 2023 20:51:42 +0200 Subject: [PATCH] Update main.py --- pyorc/cli/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyorc/cli/main.py b/pyorc/cli/main.py index b9231bd..aaa9065 100644 --- a/pyorc/cli/main.py +++ b/pyorc/cli/main.py @@ -66,7 +66,7 @@ def print_license(ctx, param, value): ) @click.pass_context def cli(ctx, info, license, debug): # , quiet, verbose): - """Command line interface for hydromt models.""" + """Command line interface for pyOpenRiverCam.""" if ctx.obj is None: ctx.obj = {} @@ -341,4 +341,4 @@ def velocimetry(ctx, output, videofile, recipe, cameraconfig, prefix, h_a, updat if __name__ == "__main__": #if getattr(sys, 'frozen', False): - cli(sys.argv[1:]) \ No newline at end of file + cli(sys.argv[1:])