diff options
Diffstat (limited to 'Library/Homebrew/cmd/update-reset.sh')
| -rw-r--r-- | Library/Homebrew/cmd/update-reset.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/update-reset.sh b/Library/Homebrew/cmd/update-reset.sh index 3a9e1caa9..5ba8ec9d8 100644 --- a/Library/Homebrew/cmd/update-reset.sh +++ b/Library/Homebrew/cmd/update-reset.sh @@ -1,7 +1,7 @@ -#: @hide_from_man_page #: * `update-reset`: #: Fetches and resets Homebrew and all tap repositories using `git`(1) to -#: their latest `origin/master`. +#: their latest `origin/master`. Note this will destroy all your uncommitted +#: or committed changes. homebrew-update-reset() { local DIR |
