[FLTMC] Add volumes usage info

This commit is contained in:
Ged Murphy 2018-11-11 18:05:47 +00:00
parent 0231c8baec
commit f66f58991c
2 changed files with 5 additions and 2 deletions

View file

@ -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");
}
}

View file

@ -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