projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44b7abf
)
Allow msg as alias for message e.g. 'bucardo msg foobar'
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 24 Nov 2014 02:10:28 +0000
(21:10 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 24 Nov 2014 02:10:28 +0000
(21:10 -0500)
bucardo
patch
|
blob
|
blame
|
history
diff --git
a/bucardo
b/bucardo
index 495fabde22a92a76db5572f60c7103d835b9cf02..0fd45b6316c825a1763be7e1af8943bd33fa8040 100755
(executable)
--- a/
bucardo
+++ b/
bucardo
@@
-401,7
+401,7
@@
update_item() if $verb eq 'update' or $verb eq 'upd' or $verb eq 'udpate';
inspect() if $verb eq 'inspect';
## Inject a message into the Bucardo logs
-message() if $verb eq 'message';
+message() if $verb eq 'message'
or $verb eq 'msg'
;
## Show or set an item from the bucardo.config table
config() if $verb eq 'set' or $verb eq 'show' or $verb eq 'config';