Merge pull request #1935 from thebsdbox/pushUsageFix

Fix correct usage function
This commit is contained in:
Riyaz Faizullabhoy
2017-05-30 12:00:33 -07:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ func pushUsage() {
func push(args []string) {
if len(args) < 1 {
runUsage()
pushUsage()
os.Exit(1)
}