shell: move documentation out of kernel
The shell is not a kernel feature, it is more of a subsystem. Change-Id: Iaba60b2086ddfe77af427d70b8fc8d06a8bebe14 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b27d3a8a60
commit
f815d069b8
4 changed files with 3 additions and 2 deletions
|
@ -13,4 +13,3 @@ microkernel applications and nanokernel applications.
|
|||
common_kernel_clocks.rst
|
||||
common_atomic.rst
|
||||
common_float.rst
|
||||
common_shell.rst
|
|
@ -14,3 +14,4 @@ to applications.
|
|||
usb/usb.rst
|
||||
sensor
|
||||
power_management.rst
|
||||
shell
|
||||
|
|
|
@ -240,6 +240,7 @@ static int show_help(int argc, char *argv[])
|
|||
for (module = 0; module < NUM_OF_SHELL_ENTITIES; module++) {
|
||||
printk("%s\n", __shell_cmd_start[module].module_name);
|
||||
}
|
||||
printk("\nTo select a module, enter 'set_module <module name>'.\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue