diff options
Diffstat (limited to 'cmd/update.go')
-rw-r--r-- | cmd/update.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/update.go b/cmd/update.go index 30f778f229..aca2a7cbe7 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -16,7 +16,7 @@ import ( var CmdUpdate = cli.Command{ Name: "update", - Usage: "This command should only be called by SSH shell", + Usage: "This command should only be called by Git hook", Description: `Update get pushed info and insert into database`, Action: runUpdate, Flags: []cli.Flag{ |