Skip to content

Commit

Permalink
projects/bump_hp: added --help / -h options
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed May 5, 2013
1 parent 662a9d5 commit 1e64433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/bump_hp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ c=$(basename $(dirname $(pwd)))

pv=$1; shift
[[ -z ${pv} ]] && usage
[[ ${pv} == "--help" ]] && usage
[[ ${pv} == "-h" ]] && usage

find_prog cabal_prog
find_prog hackport_prog
Expand Down

0 comments on commit 1e64433

Please sign in to comment.