mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 10:20:48 +08:00
[FLTMC] Add volumes usage info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user