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:
Anas Nashif 2016-11-04 08:26:05 -04:00 committed by Anas Nashif
commit f815d069b8
4 changed files with 3 additions and 2 deletions

View file

@ -13,4 +13,3 @@ microkernel applications and nanokernel applications.
common_kernel_clocks.rst
common_atomic.rst
common_float.rst
common_shell.rst

View file

@ -13,4 +13,5 @@ to applications.
bluetooth/bluetooth.rst
usb/usb.rst
sensor
power_management.rst
power_management.rst
shell

View file

@ -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;