Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #67 from stvhwrd/patch-1
Browse files Browse the repository at this point in the history
Fix tiny typo
  • Loading branch information
displague authored Mar 20, 2018
2 parents 758e26b + 2849e9b commit 868f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Linode/CLI/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ sub eat_cmdargs {
if ( $eachp =~ m/=/ ) { # use GetOptions flag (=) to determine a required one
my @valuesp = split( /\|/, $eachp );
if ( !exists $cmdargs->{ $valuesp[0] } ) {
die "The '$cmdargs->{action}' command requires a --${valuesp[0]} parameter. Run --help or for usage.\n";
die "The '$cmdargs->{action}' command requires a --${valuesp[0]} parameter. Run --help for usage.\n";
}
}
}
Expand Down

0 comments on commit 868f187

Please sign in to comment.