mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[DISKPART] Do not print command descriptions twice
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user