Skip to content
Snippets Groups Projects
Commit deee6807 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Make it clear that linked nodes includes linked points in the help text

parent e5a6b0b0
No related branches found
No related tags found
No related merge requests found
Pipeline #8950 passed
...@@ -967,8 +967,8 @@ USAGE: ...@@ -967,8 +967,8 @@ USAGE:
"general to the operation of the tosser (SBBSecho) and mailer (BinkIT).\n" "general to the operation of the tosser (SBBSecho) and mailer (BinkIT).\n"
"\n" "\n"
"The `Linked Nodes` sub-menu is where you configure your FidoNet-style\n" "The `Linked Nodes` sub-menu is where you configure your FidoNet-style\n"
"links: other FidoNet-style nodes/systems you regularly connect with\n" "links: other FidoNet-style node or point systems you regularly connect\n"
"to exchange mail/files.\n" "wth to exchange mail/files.\n"
"\n" "\n"
"The `Archive Types` sub-menu is where you configure your archive\n" "The `Archive Types` sub-menu is where you configure your archive\n"
"programs (a.k.a. \"packers\") used for the packing and unpacking of\n" "programs (a.k.a. \"packers\") used for the packing and unpacking of\n"
...@@ -1021,15 +1021,15 @@ USAGE: ...@@ -1021,15 +1021,15 @@ USAGE:
uifc.helpbuf = uifc.helpbuf =
"~ Linked Nodes ~\n\n" "~ Linked Nodes ~\n\n"
"From this menu you can configure the settings for your linked\n" "From this menu you can configure the settings for your linked\n"
"FidoNet-style nodes (uplinks and downlinks).\n" "FidoNet-style points and nodes (uplinks and downlinks).\n"
"\n" "\n"
"A single node configuration can represent one node or a collection\n" "A single linked node configuration can represent a single linked node\n"
"of nodes, by using the `ALL` wildcard word.\n" "/point or a collection of of links, by using the `ALL` wildcard word.\n"
"\n" "\n"
"The hexadecimal numbers in parentheses are provided as an aide when\n" "The hexadecimal numbers in parentheses are provided as an aide when\n"
"correlating FidoNet files and BSO directories with node numbers.\n" "correlating FidoNet files and BSO directories with node numbers.\n"
"\n" "\n"
"An exclamation mark denotes passive (inactive) nodes.\n"; "An exclamation mark denotes passive (inactive) links.\n";
; ;
for (u = 0; u < cfg.nodecfgs; u++) { for (u = 0; u < cfg.nodecfgs; u++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment