[PATCH 4/8] tools: cmdSelfTest: Drop misleading comment

Peter Krempa pkrempa at redhat.com
Thu Nov 12 13:43:01 UTC 2020


We no longer print help for every command to validate the args.

Signed-off-by: Peter Krempa <pkrempa at 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




More information about the libvir-list mailing list