Module: sip-router
Branch: master
Commit: 334b6e7a2c0804a7ee4ce30761fc911a31682876
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=334b6e7a2c0804a7ee4ce30761fc911a31682876

Author: Olle E. Johansson <[email protected]>
Committer: Olle E. Johansson <[email protected]>
Date:   Sun Dec 23 09:05:50 2012 +0100

kamctl Fix typo that causes the "trusted" help to be printed twice and 
"address" zero times

---

 utils/kamctl/kamctl.base |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/kamctl/kamctl.base b/utils/kamctl/kamctl.base
index dd4635f..db4ef9a 100644
--- a/utils/kamctl/kamctl.base
+++ b/utils/kamctl/kamctl.base
@@ -435,7 +435,7 @@ cat <<EOF
  address rm <grp> <ipaddr> ......... remove entries for given grp and ipaddr
 EOF
 }
-USAGE_FUNCTIONS="$USAGE_FUNCTIONS usage_trusted"
+USAGE_FUNCTIONS="$USAGE_FUNCTIONS usage_address"
 
 usage_dispatcher() {
        echo


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to