mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-08 03:56:56 +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:
@@ -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