1
0
mirror of https://gitea.com/jolheiser/sip synced 2024-11-22 19:51:58 +01:00
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2020-02-17 15:07:00 -06:00
parent a60c71469d
commit b0816086dd
No known key found for this signature in database
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 7 additions and 7 deletions

@ -10,7 +10,7 @@ import (
var Config = cli.Command{ var Config = cli.Command{
Name: "config", Name: "config",
Aliases: []string{"cfg"}, Aliases: []string{"cfg"},
Usage: "Modify sip config", Usage: "Modify Sip config",
Action: doConfig, Action: doConfig,
Subcommands: []*cli.Command{ Subcommands: []*cli.Command{
{ {