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

Commit

Permalink
Don't be so quick to throw the manpage in my face
Browse files Browse the repository at this point in the history
This has bugged me for a long time...
  • Loading branch information
moollaza committed Nov 4, 2014
1 parent 6dbec9e commit 106f9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/DuckPAN.pm
Expand Up @@ -242,7 +242,7 @@ sub execute {
}
exit $self->perl->duckpan_install(@modules) unless @left_args;
}
print $self->help->help;
$self->exit_with_msg(-1, "Unknown command. Use `duckpan help` to see a list of DuckPAN commands");
exit 0;
}

Expand Down

0 comments on commit 106f9cc

Please sign in to comment.