From 0cccb5d0d4d44cc490e0965ddfa65f004dccfb7f Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Mon, 4 Sep 2006 17:07:26 +0000 Subject: [PATCH] Fixed zmart -v --- tools/zmart/zmart.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/zmart/zmart.cc b/tools/zmart/zmart.cc index 1f3ccce..4df7489 100644 --- a/tools/zmart/zmart.cc +++ b/tools/zmart/zmart.cc @@ -91,6 +91,11 @@ int main(int argc, char **argv) return 1; } + if (vm.count("version")) { + cout << "zmart 0.1" << endl; + return 1; + } + if (vm.count("disable-system-sources")) { MIL << "system sources disabled" << endl; -- 2.7.4