We no longer print help for every command to validate the args.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tools/vsh.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tools/vsh.c b/tools/vsh.c
index 28c7533a25..cf4ddc1c2c 100644
--- a/tools/vsh.c
+++ b/tools/vsh.c
@@ -3324,9 +3324,6 @@ const vshCmdInfo info_selftest[] = {
{.name = NULL}
};
-/* Prints help for every command.
- * That runs vshCmddefOptParse which validates
- * the per-command options structure. */
bool
cmdSelfTest(vshControl *ctl,
const vshCmd *cmd G_GNUC_UNUSED)
--
2.28.0