diff options
Diffstat (limited to 'doc/manual/helper.txt')
-rw-r--r-- | doc/manual/helper.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/helper.txt b/doc/manual/helper.txt index 7060607c..247d7b42 100644 --- a/doc/manual/helper.txt +++ b/doc/manual/helper.txt @@ -75,7 +75,7 @@ handlers or helpers: The following parameters are defined in the scope of all command handlers and helpers: -- <code>struct command_context_s *cmd_ctx</code> - the command's context +- <code>struct command_context *cmd_ctx</code> - the command's context - <code>unsigned argc</code> - the number of command arguments - <code>const char *args[]</code> - contains the command arguments |