Changes in uspace/app/bdsh/cmds/modules/help/help.c [14b2ac7:1433ecda] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/help/help.c
r14b2ac7 r1433ecda 131 131 "Don't panic!\n\n" 132 132 133 "This is Bdsh, the Brain dead shell, the HelenOS"134 " command-line interface. Bdsh allows you to enter "133 "This is Bdsh, the Brain dead shell, currently " 134 "the primary user interface to HelenOS. 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). You can also click your mouse within the input line " 139 "to seek and use your mouse wheel to scroll through history.\n\n" 138 "Ctrl-V), similar to common desktop environments.\n\n" 140 139 141 140 "The most basic filesystem commands are Bdsh builtins. Type " 142 141 "'help commands' [Enter] to see the list of Bdsh builtin commands. " 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" 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" 148 146 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 " 147 "HelenOS has virtual consoles (VCs). You can switch between " 152 148 "these using the F1-F11 keys.\n\n" 153 149 154 150 "This is but a small glimpse of what you can do with HelenOS. " 155 151 "To learn more please point your browser to the HelenOS User's " 156 "Guide: http s://www.helenos.org/wiki/UsersGuide\n\n",152 "Guide: http://trac.helenos.org/wiki/UsersGuide\n\n", 157 153 ALIGN_LEFT); 158 154 }
Note:
See TracChangeset
for help on using the changeset viewer.