Adds the startx
command to README and help
This commit is contained in:
parent
75b72ac72a
commit
a898e9e76c
@ -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"
|
||||
|
Reference in New Issue
Block a user