diff options
Diffstat (limited to 'source/Commands/CommandObjectCommands.cpp')
| -rw-r--r-- | source/Commands/CommandObjectCommands.cpp | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/source/Commands/CommandObjectCommands.cpp b/source/Commands/CommandObjectCommands.cpp index 102010e8e6f6..e39c0330b653 100644 --- a/source/Commands/CommandObjectCommands.cpp +++ b/source/Commands/CommandObjectCommands.cpp @@ -50,7 +50,11 @@ class CommandObjectCommandsHistory : public CommandObjectParsed {  public:    CommandObjectCommandsHistory(CommandInterpreter &interpreter)        : CommandObjectParsed(interpreter, "command history", -                            "Dump the history of commands in this session.", +                            "Dump the history of commands in this session.\n" +                            "Commands in the history list can be run again " +                            "using \"!<INDEX>\".   \"!-<OFFSET>\" will re-run " +                            "the command that is <OFFSET> commands from the end" +                            " of the list (counting the current command).",                              nullptr),          m_options() {}  | 
