trash: updated docs

This commit is contained in:
rkiel
2017-02-25 10:35:39 -05:00
parent 822700b349
commit 4d891aad3a
2 changed files with 4 additions and 2 deletions

View File

@@ -164,9 +164,11 @@ Use the `trash` subcommand to forcibly close out the feature.
The standard branch will be checkout and the local feature branch will be forcibly deleted. The standard branch will be checkout and the local feature branch will be forcibly deleted.
Make sure that your changes have been merged because they will be lost. Make sure that your changes have been merged because they will be lost.
If there is a backup copy on `origin`, it will also be removed. If there is a backup copy on `origin`, it will also be removed.
You must supply the name of the local feature branch on the command line as
a confirmation.
``` ```
feature trash feature trash local-branch-confirmation
``` ```
## Xgrep utility ## Xgrep utility

View File

@@ -8,7 +8,7 @@ module Feature
end end
def help def help
"feature trash confirmation-branch" "feature trash local-branch-confirmation"
end end
def execute def execute