Module: check_mk
Branch: master
Commit: 3cd1f172a0d34a896b881922f91c74cdc2bcfbb1
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3cd1f172a0d34a…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jun 30 16:33:38 2011 +0200
gb: added alias solve for resolve - I stuble upon it all the time
---
gb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gb b/gb
index d6a653c..4c81202 100755
--- a/gb
+++ b/gb
@@ -511,6 +511,7 @@ commands = {
"show" : main_show,
"new" : main_new,
"resolve" : main_resolve,
+ "solve" : main_resolve,
"delete" : main_delete,
"grep" : main_grep,
"edit" : main_edit,