===========================================================================
| 57 | |
| 58 | //=========================================================================== |
| 59 | Update_t HelpLastCommand() |
| 60 | { |
| 61 | return Help_Arg_1( g_iCommand ); |
| 62 | } |
| 63 | |
| 64 | |
| 65 | // Loads the arguments with the command to get help on and call display help. |
no test coverage detected