Changeset 34777 in vbox
- Timestamp:
- Dec 7, 2010 12:41:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r34617 r34777 65 65 { 66 66 RTPrintf("Toolbox Usage:\n" 67 "cat [FILE] - Concatenate FILE(s), or standard input, to standard output \n"67 "cat [FILE] - Concatenate FILE(s), or standard input, to standard output.\n" 68 68 "\n" 69 "mkdir - Make directories\n" 69 /** @todo Document options! */ 70 "mkdir [OPTION] DIRECTORY... - Create the DIRECTORY(ies), if they do not already exist.\n" 71 /** @todo Document options! */ 70 72 "\n"); 71 73 }
Note:
See TracChangeset
for help on using the changeset viewer.