diff options
author | Kevin Anthony <kevin.s.anthony@gmail.com> | 2012-10-19 22:20:46 (EDT) |
---|---|---|
committer | Kevin Anthony <kevin.s.anthony@gmail.com> | 2012-10-19 22:20:46 (EDT) |
commit | e9fd227e4864c11fb1cad2c368d168f989c08464 (patch) | |
tree | 4ca4242659bdceba22813d772344f61f27cc6a76 | |
parent | b0f526ebd172531a015833d6d4140d6dc77720fa (diff) |
-rwxr-xr-x | src/opkbootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbootstrap.sh b/src/opkbootstrap.sh index 2ea0005..a98a55b 100755 --- a/src/opkbootstrap.sh +++ b/src/opkbootstrap.sh @@ -44,7 +44,7 @@ main() print_help exit ;; - /V) + V) print_version exit ;; |