[DISKPART] Do not print command descriptions twice

This commit is contained in:
Eric Kohl 2022-05-21 16:59:45 +02:00
parent 417687e92e
commit 434cf85d96

View file

@ -88,7 +88,10 @@ HelpCommand(
(wcsicmp(pCommand->cmd2, cmdptr->cmd2) == 0) &&
(wcsicmp(pCommand->cmd3, cmdptr->cmd3) == 0) &&
(cmdptr->help_detail != IDS_NONE))
{
ConResPuts(StdOut, cmdptr->help_detail);
bSubCommands = TRUE;
}
}
}