summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
;;