From 0102b9b5dc238b7bcfa990bcfe60417757939ca6 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 19 Feb 2011 10:34:25 +0200 Subject: [PATCH] Add version word to --version output --- bin/clive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clive b/bin/clive index 3c5af4e..70bb5fe 100755 --- a/bin/clive +++ b/bin/clive @@ -371,7 +371,7 @@ sub print_help { } sub print_version { - print "clive $VERSION\n"; + print "clive version $VERSION\n"; exit 0; } -- 2.11.4.GIT