Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/App/Pinto/Command/register.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
);
}
Expand Down