diff options
| author | Adam Stokes <[email protected]> | 2018-06-19 14:24:26 -0400 |
|---|---|---|
| committer | Adam Stokes <[email protected]> | 2018-06-19 14:24:26 -0400 |
| commit | bd206bc70573b57ecd4109dd821e16b09f2377a9 (patch) | |
| tree | d4705029d6374afe118628914dd3abdbe0276afd | |
| parent | bc33f82143d01f22f33f0edd57fe039d653dc367 (diff) | |
update missing args
Signed-off-by: Adam Stokes <[email protected]>
| -rwxr-xr-x | kubernetes | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -64,8 +64,7 @@ case ${args[0]} in exit 0 ;; *) - echo "Unknown arguments: ${args[@]}" - usage + echo "Missing arguments: <install|help>" exit 1 ;; esac |
