Skip to content

Commit 4676a51

Browse files
committed
Fixed help text for --post-command-error
1 parent 31b35fd commit 4676a51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osxphotos/cli/export.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,8 @@
693693
)
694694
@click.option(
695695
"--post-command-error",
696-
help="Specify either `continue` or `break` to control behavior when a post-command fails. "
696+
metavar="ACTION",
697+
help="Specify either `continue` or `break` for ACTION to control behavior when a post-command fails. "
697698
"If `continue`, osxphotos will log the error and continue processing. "
698699
"If `break`, osxphotos will stop processing any additional --post-command commands for the current photo "
699700
"but will continue with the export. "

0 commit comments

Comments
 (0)