Adds the startx command to README and help

This commit is contained in:
HorlogeSkynet 2017-04-26 21:14:18 +02:00
parent 75b72ac72a
commit a898e9e76c
2 changed files with 2 additions and 0 deletions

@ -51,6 +51,7 @@ A Cooperative Medical System
`% clear`
`% passwd`
`% groups`
`% startx`
`% history`
`% cd [PATH]`
`% find FILE`

@ -23,6 +23,7 @@ def helpController(admin):
result += "\thelp: Displays this man page\n"
result += "\tclear: Clears the console\n"
result += "\tstartx: Run both VNC client and server (prototype)\n"
result += "\thistory: Displays your commands history (available everywhere)\n"
result += "\tvim [FILE]: Opens a text editor (on `FILE` if chosen) in read / write mode\n"
result += "\tview [FILE]: Opens a text editor (on `FILE` if chosen) in read only mode\n"