diff --git a/README.md b/README.md index b068a1f..905237b 100644 --- a/README.md +++ b/README.md @@ -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. 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. +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 diff --git a/lib/feature/trash.rb b/lib/feature/trash.rb index eb04c2f..16ce08e 100644 --- a/lib/feature/trash.rb +++ b/lib/feature/trash.rb @@ -8,7 +8,7 @@ module Feature end def help - "feature trash confirmation-branch" + "feature trash local-branch-confirmation" end def execute