mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Fix correct usage function
This fixes the push function as it currently gives the help for `run` not `push`. Signed-off-by: Dan Finneran <daniel.finneran@gmail.com>
This commit is contained in:
parent
6f26ad65cc
commit
9e7214a1f8
@ -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