Changes in uspace/app/bdsh/cmds/modules/help/help.c [1433ecda:14b2ac7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/help/help.c
r1433ecda r14b2ac7 131 131 "Don't panic!\n\n" 132 132 133 "This is Bdsh, the Brain dead shell, currently"134 " the primary user interface to HelenOS. Bdsh allows you to enter "133 "This is Bdsh, the Brain dead shell, the HelenOS " 134 "command-line interface. Bdsh allows you to enter " 135 135 "commands and supports history (Up, Down arrow keys), " 136 136 "line editing (Left Arrow, Right Arrow, Home, End, Backspace), " 137 137 "selection (Shift + movement keys), copy and paste (Ctrl-C, " 138 "Ctrl-V), similar to common desktop environments.\n\n" 138 "Ctrl-V). You can also click your mouse within the input line " 139 "to seek and use your mouse wheel to scroll through history.\n\n" 139 140 140 141 "The most basic filesystem commands are Bdsh builtins. Type " 141 142 "'help commands' [Enter] to see the list of Bdsh builtin commands. " 142 "Other commands are external executables located in the /app and " 143 "/srv directories. Type 'ls /app' [Enter] and 'ls /srv' [Enter] " 144 "to see their list. You can execute an external command simply " 145 "by entering its name (e.g. type 'tetris' [Enter]).\n\n" 146 147 "HelenOS has virtual consoles (VCs). You can switch between " 143 "Other commands are external executables located in the /app " 144 "directory. Type 'ls /app' [Enter] to see their list. " 145 "You can execute an external command simply " 146 "by entering its name. E.g., type 'nav' [Enter] to start " 147 "Navigator, HelenOS interactive file manager).\n\n" 148 149 "If you are not running in GUI mode, (where you can start " 150 "multiple Terminal windows,) HelenOS console supports " 151 "virtual consoles (VCs). You can switch between " 148 152 "these using the F1-F11 keys.\n\n" 149 153 150 154 "This is but a small glimpse of what you can do with HelenOS. " 151 155 "To learn more please point your browser to the HelenOS User's " 152 "Guide: http ://trac.helenos.org/wiki/UsersGuide\n\n",156 "Guide: https://www.helenos.org/wiki/UsersGuide\n\n", 153 157 ALIGN_LEFT); 154 158 }
Note:
See TracChangeset
for help on using the changeset viewer.