summaryrefslogtreecommitdiff
path: root/haunt/ui.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt/ui.scm')
-rw-r--r--haunt/ui.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/ui.scm b/haunt/ui.scm
index 5af4ee3..55d9229 100644
--- a/haunt/ui.scm
+++ b/haunt/ui.scm
@@ -145,7 +145,7 @@ There is NO WARRANTY, to the extent permitted by law.~%"
(show-haunt-usage))
((or ("-h") ("--help"))
(show-haunt-help))
- (("--version")
+ ((or ("-V") ("--version"))
(show-version-and-exit "haunt"))
(((? option? opt) _ ...)
(format (current-error-port)