Skip to content

Commit

Permalink
Single dash means single symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jul 28, 2023
1 parent 85f8ea7 commit e0655df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qfieldcloud_sdk/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def logout(ctx):

@cli.command()
@click.option(
"-off",
"-o",
"--offset",
type=int,
default=None,
Expand Down Expand Up @@ -382,7 +382,7 @@ def delete_files(ctx, project_id, paths, throw_on_error):
help="Job type. One of package, delta_apply or process_projectfile.",
)
@click.option(
"-off",
"-o",
"--offset",
type=int,
default=None,
Expand Down

0 comments on commit e0655df

Please sign in to comment.