mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +00:00
[FLTMC] Add volumes usage info
This commit is contained in:
parent
0231c8baec
commit
f66f58991c
2 changed files with 5 additions and 2 deletions
|
@ -420,7 +420,7 @@ int wmain(int argc, WCHAR *argv[])
|
|||
else
|
||||
{
|
||||
LoadAndPrintString(IDS_USAGE_VOLUMES);
|
||||
wprintf(L"fltmc.exe volumes [name]\n\n");
|
||||
wprintf(L"fltmc.exe volumes\n\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,11 +5,14 @@ BEGIN
|
|||
IDS_USAGE "\nValid commands :\n\
|
||||
load Loads a Filter driver\n\
|
||||
unload Unloads a Filter driver\n\
|
||||
filters Lists the Filters currently registered in the system\n\n"
|
||||
filters Lists the Filters currently registered in the system\n\
|
||||
volumes Lists all volumes\n\n"
|
||||
|
||||
|
||||
IDS_USAGE_LOAD "Loads a filter driver\n"
|
||||
IDS_USAGE_UNLOAD "Unloads a filter driver\n"
|
||||
IDS_USAGE_FILTERS "Lists all registered filters\n"
|
||||
IDS_USAGE_VOLUMES "Lists all volumes\n"
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue