From d49d0d3424d52375bb9af765f4f4180a52b147c4 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 28 Apr 2022 14:27:08 +0200 Subject: [PATCH] Fix wrong command for the 'remove a label' action --- lib/3llo/view/label/help.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/3llo/view/label/help.rb b/lib/3llo/view/label/help.rb index 9205e36..2b12751 100644 --- a/lib/3llo/view/label/help.rb +++ b/lib/3llo/view/label/help.rb @@ -11,7 +11,7 @@ def render() label list - Show all labels label add - Create a label label edit - Edit a label - list remove - Remove a label + label remove - Remove a label TEMPLATE end end