Skip to content

Commit bc2e1ef

Browse files
committed
tweak wording
1 parent 40c6491 commit bc2e1ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

bin/git_rails

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)