mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +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) {
|
func push(args []string) {
|
||||||
if len(args) < 1 {
|
if len(args) < 1 {
|
||||||
runUsage()
|
pushUsage()
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user