Skip to content

Commit 12b5c62

Browse files
committed
Single dash means single symbol
1 parent fd9ab0a commit 12b5c62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qfieldcloud_sdk/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def logout(ctx):
150150

151151
@cli.command()
152152
@click.option(
153-
"-off",
153+
"-o",
154154
"--offset",
155155
type=int,
156156
default=None,
@@ -382,7 +382,7 @@ def delete_files(ctx, project_id, paths, throw_on_error):
382382
help="Job type. One of package, delta_apply or process_projectfile.",
383383
)
384384
@click.option(
385-
"-off",
385+
"-o",
386386
"--offset",
387387
type=int,
388388
default=None,

0 commit comments

Comments
 (0)