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

@ -15,14 +15,14 @@ import (
var ( var (
Flags = []cli.Flag{ Flags = []cli.Flag{
&cli.StringFlag{ &cli.StringFlag{
Name: "origin", Name: "origin",
Usage: "The origin remote", Usage: "The origin remote",
Value: config.Origin, Value: config.Origin,
}, },
&cli.StringFlag{ &cli.StringFlag{
Name: "upstream", Name: "upstream",
Usage: "The upstream remote", Usage: "The upstream remote",
Value: config.Upstream, Value: config.Upstream,
}, },
&cli.StringFlag{ &cli.StringFlag{
Name: "url", Name: "url",

@ -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{
{ {