Skip to content

Commit

Permalink
Merge pull request #26 from BrendanThompson/dev
Browse files Browse the repository at this point in the history
Merged dev into master
  • Loading branch information
BrendanThompson committed May 21, 2014
2 parents 0d9ac5e + b182ee1 commit 17d90af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions keycrypt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
################################# Global Variables #################################
##########################################################################################

VERSION="0.2.0"
VERSION="0.2.1"
TMP_PASS=""
GKEY=""
OLD_KEY=""
Expand Down Expand Up @@ -353,8 +353,12 @@ case $1 in
copyPubKey $GKEY
;;
[vV][eE][rR][sS][iI][oO][nN] | [vV] | [vV][eE][rR] ) #version
echo "keygen v$VERSION"
echo "keygen $VERSION"
;;
[cC][oO][pP][yY] | [cC][pP] )
defaultKeyLocation $2
copyPubKey $GKEY
;;
[hH][eE][lL][pP] | "?" | [hH] ) #help
usage
;;
Expand Down

0 comments on commit 17d90af

Please sign in to comment.