diff options
-rw-r--r-- | doc/develop/commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/commands.rst b/doc/develop/commands.rst index ede880d248..5ad4e59c83 100644 --- a/doc/develop/commands.rst +++ b/doc/develop/commands.rst @@ -88,7 +88,7 @@ The command function pointer has to be of type .. code-block:: c - int (*cmd)(struct cmd_tbl *cmdtp, int flag, int argc, const char *argv[]); + int (*cmd)(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); cmdtp Table entry describing the command (see above). |