doc: fix typo in shell doc

Incorrect quoting left a :option: inline tag in the generated output

Change-Id: Iab2e4be692e138cf01f1cc276e830b2cb0e41b03
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-04-26 11:15:25 -07:00
parent 73abd32a7d
commit 24488bfac2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Writing a shell module
In order to support shell in your subsystem, the application must do the following:
#. Module configuration flag: Declare a new flag in your subsystem Kconfig file.
It should depend on `:option:`CONFIG_CONSOLE_SHELL`` flag.
It should depend on :option:`CONFIG_CONSOLE_SHELL` flag.
#. Module registration to shell: Add your shell identifier and register its
callback functions in the shell database using :c:macro:`SHELL_REGISTER`.