From 0a06ed09c599b3cc5892947652a2c5d5136697e1 Mon Sep 17 00:00:00 2001 From: Andrew Ruder Date: Fri, 16 Aug 2019 06:36:11 -0700 Subject: [PATCH] register: minor help text fix on -s option Said it would remove from this stack but this command adds to a stack. --- lib/App/Pinto/Command/register.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/Pinto/Command/register.pm b/lib/App/Pinto/Command/register.pm index 2416b43e..ca61b740 100644 --- a/lib/App/Pinto/Command/register.pm +++ b/lib/App/Pinto/Command/register.pm @@ -23,7 +23,7 @@ sub opt_spec { [ 'dry-run' => 'Do not commit any changes' ], [ 'message|m=s' => 'Message to describe the change' ], [ 'pin' => 'Pin packages to the stack' ], - [ 'stack|s=s' => 'Remove packages from this stack' ], + [ 'stack|s=s' => 'Add packages to this stack' ], [ 'use-default-message|M' => 'Use the generated message' ], ); }