mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 19:26:13 +00:00
Merge pull request #1935 from thebsdbox/pushUsageFix
Fix correct usage function
This commit is contained in:
@@ -23,7 +23,7 @@ func pushUsage() {
|
||||
|
||||
func push(args []string) {
|
||||
if len(args) < 1 {
|
||||
runUsage()
|
||||
pushUsage()
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user