Merge branch 'improvement/documentation' into dev

This commit is contained in:
HorlogeSkynet
2017-04-26 21:14:25 +02:00
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"