Skip to content

Commit 23035fe

Browse files
committed
fix: backup/restore project archive short option
1 parent cbeb41d commit 23035fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

obiba_opal/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def backup_project_command(
194194
archive: str | None = typer.Option(
195195
None,
196196
"--archive",
197-
"-a",
197+
"-ar",
198198
help="Archive file path in Opal file system. Default is <project>.zip in the project folder.",
199199
),
200200
force: bool = typer.Option(False, "--force", "-f", help="Skip confirmation"),
@@ -250,7 +250,7 @@ def restore_project_command(
250250
archive: str | None = typer.Option(
251251
None,
252252
"--archive",
253-
"-a",
253+
"-ar",
254254
help="Archive file path in Opal file system. Default is <project>.zip in the project folder.",
255255
),
256256
force: bool = typer.Option(False, "--force", "-f", help="Skip confirmation"),

0 commit comments

Comments
 (0)