tools: cmdSelfTest: Drop misleading comment

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

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2020-11-12 14:05:34 +01:00
parent fa7265e127
commit 0d00e95298

View File

@ -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)