Module: check_mk
Branch: master
Commit: e77a55c6cb5353150815d837f860b6dc2a5a89b8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e77a55c6cb5353…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Oct 28 14:25:58 2011 +0200
Fixed help text in gb
---
gb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gb b/gb
index 3726f7f..45ed851 100755
--- a/gb
+++ b/gb
@@ -267,7 +267,7 @@ def main_list(args):
if hit:
break
if not hit:
- bail_out("No such component, state or class: %s" % a)
+ bail_out("No such component, state, class or target version: %s" %
a)
# Filter
newbugs = []