mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 15:08:14 +00:00
[DISKPART] Do not print command descriptions twice
This commit is contained in:
parent
417687e92e
commit
434cf85d96
1 changed files with 3 additions and 0 deletions
|
@ -88,7 +88,10 @@ HelpCommand(
|
||||||
(wcsicmp(pCommand->cmd2, cmdptr->cmd2) == 0) &&
|
(wcsicmp(pCommand->cmd2, cmdptr->cmd2) == 0) &&
|
||||||
(wcsicmp(pCommand->cmd3, cmdptr->cmd3) == 0) &&
|
(wcsicmp(pCommand->cmd3, cmdptr->cmd3) == 0) &&
|
||||||
(cmdptr->help_detail != IDS_NONE))
|
(cmdptr->help_detail != IDS_NONE))
|
||||||
|
{
|
||||||
ConResPuts(StdOut, cmdptr->help_detail);
|
ConResPuts(StdOut, cmdptr->help_detail);
|
||||||
|
bSubCommands = TRUE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue