This commit is contained in:
Jingwen Owen Ou 2013-06-02 06:37:26 -07:00
Родитель f17cd2264f
Коммит b4ec473f3c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ var cmdCiStatus = &Command{
Usage: "ci-status [COMMIT]",
Short: "Show CI status of a commit",
Long: `Looks up the SHA for COMMIT in GitHub Status API and displays the latest
status. Exits with one of:
status. If no COMMIT is provided, HEAD will be used. Exits with one of:
success (0), error (1), failure (1), pending (2), no status (3)
`,