summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin 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)
commite9fd227e4864c11fb1cad2c368d168f989c08464 (patch)
tree4ca4242659bdceba22813d772344f61f27cc6a76
parentb0f526ebd172531a015833d6d4140d6dc77720fa (diff)
Fixed a typoHEADmaster
-rwxr-xr-xsrc/opkbootstrap.sh2
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
;;