mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[ROSVBOXMGMT]
Add missing L for help svn path=/trunk/; revision=68780
This commit is contained in:
@@ -138,11 +138,11 @@ int getGlobalList(void)
|
||||
|
||||
void printUsage(void)
|
||||
{
|
||||
wprintf("ReactOS VBox Shared Folders Management\n");
|
||||
wprintf("\tstart: start the VBox Shared folders (mandatory prior any operation!)\n");
|
||||
wprintf("\taddconn <letter> <share name>: add a connection\n");
|
||||
wprintf("\tgetlist: list connections\n");
|
||||
wprintf("\tgetgloballist: list available shares\n");
|
||||
wprintf(L"ReactOS VBox Shared Folders Management\n");
|
||||
wprintf(L"\tstart: start the VBox Shared folders (mandatory prior any operation!)\n");
|
||||
wprintf(L"\taddconn <letter> <share name>: add a connection\n");
|
||||
wprintf(L"\tgetlist: list connections\n");
|
||||
wprintf(L"\tgetgloballist: list available shares\n");
|
||||
}
|
||||
|
||||
int wmain(int argc, wchar_t *argv[])
|
||||
|
||||
Reference in New Issue
Block a user