Skip to content

Commit

Permalink
Update src/aiida/cmdline/commands/cmd_storage.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiaan Huber <[email protected]>
  • Loading branch information
eimrek and sphuber authored Jan 24, 2024
1 parent 7053252 commit 65d8c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/cmdline/commands/cmd_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def storage_maintain(ctx, full, no_repack, force, dry_run, compress):
help='Number of previous backups to keep in the destination. (default: 1)',
)
@click.option(
'--pg_dump_exe', type=click.STRING, default='pg_dump', help="Specify the 'pg_dump' executable, if not in PATH."
'--pg-dump-exe', type=click.STRING, default='pg_dump', help="Specify the 'pg_dump' executable, if not in PATH."
)
@click.option(
'--rsync_exe',
Expand Down

0 comments on commit 65d8c22

Please sign in to comment.