|
|
@ -20,7 +20,7 @@ var CmdUpdate = cli.Command{ |
|
|
|
Name: "update", |
|
|
|
Name: "update", |
|
|
|
Usage: "This command just should be called by ssh shell", |
|
|
|
Usage: "This command just should be called by ssh shell", |
|
|
|
Description: ` |
|
|
|
Description: ` |
|
|
|
gogs serv provide access auth for repositories`, |
|
|
|
gogs update get pushed info and insert into database`, |
|
|
|
Action: runUpdate, |
|
|
|
Action: runUpdate, |
|
|
|
Flags: []cli.Flag{}, |
|
|
|
Flags: []cli.Flag{}, |
|
|
|
} |
|
|
|
} |
|
|
|