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