Doc: Remove MOTD string from nsh shell on simulator
Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
e9cb6907c8
commit
e745b8ec7f
4 changed files with 4 additions and 14 deletions
|
|
@ -63,12 +63,8 @@ Compiling
|
|||
.. code-block:: console
|
||||
|
||||
$ ./nuttx
|
||||
login: admin
|
||||
password: Administrator
|
||||
User Logged-in!
|
||||
|
||||
NuttShell (NSH) NuttX-9.1.0
|
||||
MOTD: username=admin password=Administrator
|
||||
NuttShell (NSH) NuttX-12.10.0
|
||||
nsh> help
|
||||
help usage: help [-v] [<cmd>]
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,7 @@ README
|
|||
provided that CONFIG_ETC_ROMFS=y. These scripts provide a ROMFS volume
|
||||
that will be mounted at /etc and will look like this at run-time:
|
||||
|
||||
NuttShell (NSH) NuttX-7.31
|
||||
MOTD: username=admin password=Administrator
|
||||
NuttShell (NSH) NuttX-12.10.0
|
||||
nsh> ls -Rl /etc
|
||||
/etc:
|
||||
dr-xr-xr-x 0 .
|
||||
|
|
|
|||
|
|
@ -33,12 +33,8 @@ Running
|
|||
When the compilation finishes it will create a ``nuttx`` binary, then run it::
|
||||
|
||||
$ ./nuttx
|
||||
login: admin
|
||||
password: Administrator
|
||||
User Logged-in!
|
||||
|
||||
NuttShell (NSH) NuttX-10.1.0
|
||||
MOTD: username=admin password=Administrator
|
||||
NuttShell (NSH) NuttX-12.10.0
|
||||
nsh> ?
|
||||
help usage: help [-v] [<cmd>]
|
||||
|
||||
|
|
|
|||
|
|
@ -83,8 +83,7 @@ computer.
|
|||
.. code-block:: console
|
||||
|
||||
$ ./nuttx
|
||||
NuttShell (NSH) NuttX-8.2
|
||||
MOTD: username=admin password=Administrator
|
||||
NuttShell (NSH) NuttX-12.10.0
|
||||
|
||||
Success!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue