@@ -25,27 +25,27 @@ BEGIN
2525 IDS_HELP_FOOTER "\nHelp Footer\n\n"
2626 IDS_SUBCONTEXT_HEADER "\nThe following sub-contexts are available:\n"
2727
28- IDS_HLP_UP "Goes up one context level."
28+ IDS_HLP_UP "Goes up one context level.\n "
2929 IDS_HLP_UP_EX "Syntax: ..\n\n Goes up one context level.\n\n"
30- IDS_HLP_EXIT "Exits the program."
30+ IDS_HLP_EXIT "Exits the program.\n "
3131 IDS_HLP_EXIT_EX "Syntax: exit\n\n Exits the program.\n\n"
32- IDS_HLP_HELP "Displays a list of commands."
32+ IDS_HLP_HELP "Displays a list of commands.\n "
3333 IDS_HLP_HELP_EX "Syntax: help\n\n Displays a list of commands.\n\n"
34- IDS_HLP_POPD "Changes to the context on the stack."
34+ IDS_HLP_POPD "Changes to the context on the stack.\n "
3535 IDS_HLP_POPD_EX "Syntax: popd\n\n Changes to the context on the stack.\n\n"
36- IDS_HLP_PUSHD "Stores the current context on the stack."
36+ IDS_HLP_PUSHD "Stores the current context on the stack.\n "
3737 IDS_HLP_PUSHD_EX "Syntax: pushd\n\n Stores the current context on the stack.\n\n"
3838
39- IDS_HLP_ADD_HELPER "Installs a helper DLL."
39+ IDS_HLP_ADD_HELPER "Installs a helper DLL.\n "
4040 IDS_HLP_ADD_HELPER_EX "Syntax: add helper <dll file name>\n\n Installs the specified helper DLL in netsh.\n\n"
4141
42- IDS_HLP_DEL_HELPER "Removes a helper DLL."
42+ IDS_HLP_DEL_HELPER "Removes a helper DLL.\n "
4343 IDS_HLP_DEL_HELPER_EX "Syntax: delete helper <dll file name>\n\n Removes the specified helper DLL from netsh.\n\n"
4444
45- IDS_HLP_SHOW_HELPER "Lists all the top-level helpers."
45+ IDS_HLP_SHOW_HELPER "Lists all the top-level helpers.\n "
4646 IDS_HLP_SHOW_HELPER_EX "Syntax: show helper\n\n Lists all the top-level helpers.\n\n"
4747
48- IDS_HLP_GROUP_ADD "Adds a configuration entry to a list of entries."
49- IDS_HLP_GROUP_DELETE "Deletes a configuration entry from a list of entries."
50- IDS_HLP_GROUP_SHOW "Displays information."
48+ IDS_HLP_GROUP_ADD "Adds a configuration entry to a list of entries.\n "
49+ IDS_HLP_GROUP_DELETE "Deletes a configuration entry from a list of entries.\n "
50+ IDS_HLP_GROUP_SHOW "Displays information.\n "
5151END
0 commit comments