@@ -26,47 +26,50 @@ BEGIN
2626 IDS_SUBCONTEXT_HEADER "\nThe following sub-contexts are available:\n"
2727
2828 IDS_HLP_UP "Goes up one context level.\n"
29- IDS_HLP_UP_EX "Usage : %1!s!\n\n Goes up one context level.\n"
29+ IDS_HLP_UP_EX "\nUsage : %1!s!\n\n Goes up one context level.\n"
3030 IDS_HLP_EXIT "Exits the program.\n"
31- IDS_HLP_EXIT_EX "Usage : %1!s!\n\n Exits the program.\n"
31+ IDS_HLP_EXIT_EX "\nUsage : %1!s!\n\n Exits the program.\n"
3232 IDS_HLP_HELP "Displays a list of commands.\n"
33- IDS_HLP_HELP_EX "Usage : %1!s!\n\n Displays a list of commands.\n"
33+ IDS_HLP_HELP_EX "\nUsage : %1!s!\n\n Displays a list of commands.\n"
3434 IDS_HLP_POPD "Changes to the context on the stack.\n"
35- IDS_HLP_POPD_EX "Usage : %1!s!\n\n Changes to the context on the stack.\n"
35+ IDS_HLP_POPD_EX "\nUsage : %1!s!\n\n Changes to the context on the stack.\n"
3636 IDS_HLP_PUSHD "Stores the current context on the stack.\n"
37- IDS_HLP_PUSHD_EX "Usage : %1!s!\n\n Stores the current context on the stack.\n"
37+ IDS_HLP_PUSHD_EX "\nUsage : %1!s!\n\n Stores the current context on the stack.\n"
3838 IDS_HLP_EXEC "Runs a script file.\n"
39- IDS_HLP_EXEC_EX "Usage : %1!s! <script file name>\n\n Loads the script file and runs it.\n"
39+ IDS_HLP_EXEC_EX "\nUsage : %1!s! <script file name>\n\n Loads the script file and runs it.\n"
4040 IDS_HLP_DUMP "Displays a configuration script.\n"
41- IDS_HLP_DUMP_EX "Usage : %1!s!\n\n Creates a script that contains the current configuration. If saved to a\n\
41+ IDS_HLP_DUMP_EX "\nUsage : %1!s!\n\n Creates a script that contains the current configuration. If saved to a\n\
4242 file, the script can be used to altered configuration settings.\n"
4343 IDS_HLP_OFFLINE "Sets the current mode to offline.\n"
44- IDS_HLP_OFFLINE_EX "Usage : %1!s!\n\n Sets the current mode to offline. Changes made while in offline mode\n\
44+ IDS_HLP_OFFLINE_EX "\nUsage : %1!s!\n\n Sets the current mode to offline. Changes made while in offline mode\n\
4545 are saved and made in the running configuration when the mode is\n switched back to online.\n"
4646 IDS_HLP_ONLINE "Sets the current mode to online.\n"
47- IDS_HLP_ONLINE_EX "Usage : %1!s!\n\n Sets the current mode to online. Changes made while in online mode are\n\
47+ IDS_HLP_ONLINE_EX "\nUsage : %1!s!\n\n Sets the current mode to online. Changes made while in online mode are\n\
4848 immediately reflected in the running configuration. If changes are\n made while in offline mode, they are reflected in the running\n\
4949 configuration when the mode is switched back to online.\n"
5050 IDS_HLP_ABORT "Discards changes made while in offline mode.\n"
51- IDS_HLP_ABORT_EX "Usage : %1!s!\n\n Discards changes made while in the offline mode. This does not affect\n\
51+ IDS_HLP_ABORT_EX "\nUsage : %1!s!\n\n Discards changes made while in the offline mode. This does not affect\n\
5252 changes made while in online mode.\n"
5353 IDS_HLP_COMMIT "Commits changes made while in offline mode.\n"
54- IDS_HLP_COMMIT_EX "Usage : %1!s!\n\n Commits changes to the running configuration that were made while in\n\
54+ IDS_HLP_COMMIT_EX "\nUsage : %1!s!\n\n Commits changes to the running configuration that were made while in\n\
5555 offline mode. No action is taken for this command while in online\n mode.\n"
5656
5757 IDS_HLP_ADD_HELPER "Installs a helper DLL.\n"
58- IDS_HLP_ADD_HELPER_EX "Usage : %1!s! <dll file name>\n\n Installs the specified helper DLL in netsh.\n"
58+ IDS_HLP_ADD_HELPER_EX "\nUsage : %1!s! <dll file name>\n\n Installs the specified helper DLL in netsh.\n"
5959
6060 IDS_HLP_DEL_HELPER "Removes a helper DLL.\n"
61- IDS_HLP_DEL_HELPER_EX "Usage : %1!s! <dll file name>\n\n Removes the specified helper DLL from netsh.\n"
61+ IDS_HLP_DEL_HELPER_EX "\nUsage : %1!s! <dll file name>\n\n Removes the specified helper DLL from netsh.\n"
6262
63+ IDS_HLP_SET_MACHINE "Sets the current machine on which to operate.\n"
64+ IDS_HLP_SET_MACHINE_EX "\nUsage: %1!s! [[name=]<string>]\n\n Sets the current machine on which to operate. If a machine name\n\
65+ is not specified, the local machine is used.\n"
6366 IDS_HLP_SET_MODE "Sets the current mode to online or offline.\n"
64- IDS_HLP_SET_MODE_EX "Usage : %1!s! [mode=]{online|offline}\n\n Sets the current mode to online or offline.\n"
67+ IDS_HLP_SET_MODE_EX "\nUsage : %1!s! [mode=]{online|offline}\n\n Sets the current mode to online or offline.\n"
6568
6669 IDS_HLP_SHOW_HELPER "Lists all the top-level helpers.\n"
67- IDS_HLP_SHOW_HELPER_EX "Usage : %1!s!\n\n Lists all the top-level helpers.\n"
70+ IDS_HLP_SHOW_HELPER_EX "\nUsage : %1!s!\n\n Lists all the top-level helpers.\n"
6871 IDS_HLP_SHOW_MODE "Shows the current mode.\n"
69- IDS_HLP_SHOW_MODE_EX "Usage : %1!s!\n\n Shows the current mode (offline or online).\n"
72+ IDS_HLP_SHOW_MODE_EX "\nUsage : %1!s!\n\n Shows the current mode (offline or online).\n"
7073
7174 IDS_HLP_GROUP_ADD "Adds a configuration entry to a list of entries.\n"
7275 IDS_HLP_GROUP_DELETE "Deletes a configuration entry from a list of entries.\n"
0 commit comments