diff --git a/base/applications/fltmc/fltmc.cpp b/base/applications/fltmc/fltmc.cpp index 3220a6e8639..689efa3cdc8 100644 --- a/base/applications/fltmc/fltmc.cpp +++ b/base/applications/fltmc/fltmc.cpp @@ -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"); } } diff --git a/base/applications/fltmc/lang/en-US.rc b/base/applications/fltmc/lang/en-US.rc index 721855ef2cf..728063f3bbb 100644 --- a/base/applications/fltmc/lang/en-US.rc +++ b/base/applications/fltmc/lang/en-US.rc @@ -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