From 4d891aad3a547f853f9097566a105ca96050d7b7 Mon Sep 17 00:00:00 2001 From: rkiel Date: Sat, 25 Feb 2017 10:35:39 -0500 Subject: [PATCH] trash: updated docs --- README.md | 4 +++- lib/feature/trash.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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