https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f66f58991cdfe967b06dca...
commit f66f58991cdfe967b06dcadebf266344671f5cd6 Author: Ged Murphy gedmurphy@reactos.org AuthorDate: Sun Nov 11 18:05:47 2018 +0000 Commit: Ged Murphy gedmurphy@reactos.org CommitDate: Sun Nov 11 18:05:47 2018 +0000
[FLTMC] Add volumes usage info --- base/applications/fltmc/fltmc.cpp | 2 +- base/applications/fltmc/lang/en-US.rc | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/base/applications/fltmc/fltmc.cpp b/base/applications/fltmc/fltmc.cpp index 3220a6e863..689efa3cdc 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 721855ef2c..728063f3bb 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