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 (
Flags = []cli.Flag{
&cli.StringFlag{
Name: "origin",
Usage: "The origin remote",
Value: config.Origin,
Name: "origin",
Usage: "The origin remote",
Value: config.Origin,
},
&cli.StringFlag{
Name: "upstream",
Usage: "The upstream remote",
Value: config.Upstream,
Name: "upstream",
Usage: "The upstream remote",
Value: config.Upstream,
},
&cli.StringFlag{
Name: "url",

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