projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3b1d303
)
Fixed zmart -v
author
Martin Vidner
<mvidner@suse.cz>
Mon, 4 Sep 2006 17:07:26 +0000
(17:07 +0000)
committer
Martin Vidner
<mvidner@suse.cz>
Mon, 4 Sep 2006 17:07:26 +0000
(17:07 +0000)
tools/zmart/zmart.cc
patch
|
blob
|
history
diff --git
a/tools/zmart/zmart.cc
b/tools/zmart/zmart.cc
index
1f3ccce
..
4df7489
100644
(file)
--- a/
tools/zmart/zmart.cc
+++ b/
tools/zmart/zmart.cc
@@
-91,6
+91,11
@@
int main(int argc, char **argv)
return 1;
}
return 1;
}
+ if (vm.count("version")) {
+ cout << "zmart 0.1" << endl;
+ return 1;
+ }
+
if (vm.count("disable-system-sources"))
{
MIL << "system sources disabled" << endl;
if (vm.count("disable-system-sources"))
{
MIL << "system sources disabled" << endl;