File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ The following command line options are supported:
5050* -v, --verbose
5151 * Display pending changes, prompt to continue, display command output
5252* -y, --auto_confirm
53- * Variant of verbose mode; display pending changes but do not prompt before applying them
53+ * Use in conjunction with verbose mode to apply pending changes without prompting
5454* -d, --dry_run
5555 * Display pending changes and exit
5656* -h, --help
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function help {
77 echo " Flags:"
88 echo -e " \t-d\tdry-run: display pending changes and exit"
99 echo -e " \t-v\tverbose: display pending changes, prompt to continue, display command output"
10- echo -e " \t-y\tauto-confirm: in verbose mode, do not prompt after displaying pending changes"
10+ echo -e " \t-y\tauto-confirm: in verbose mode, apply pending changes without prompting "
1111 echo
1212 exit 0
1313}
You can’t perform that action at this time.
0 commit comments