Browse Source

fix 'superndode' typo in edge and supernode help text

pull/1078/head
lemonsh 2 years ago
committed by Hamish Coleman
parent
commit
46212656a5
  1. 6
      src/edge.c
  2. 6
      src/supernode.c

6
src/edge.c

@ -145,7 +145,7 @@ static void help (int level) {
"\n" "\n"
"\n -h shows a quick reference including all available options" "\n -h shows a quick reference including all available options"
"\n --help gives a detailed parameter description" "\n --help gives a detailed parameter description"
"\n man files for n2n, edge, and superndode contain in-depth information" "\n man files for n2n, edge, and supernode contain in-depth information"
"\n\n"); "\n\n");
} else if(level == 2) /* quick reference */ { } else if(level == 2) /* quick reference */ {
@ -241,7 +241,7 @@ static void help (int level) {
"\n -h shows this quick reference including all available options" "\n -h shows this quick reference including all available options"
"\n --help gives a detailed parameter description" "\n --help gives a detailed parameter description"
"\n man files for n2n, edge, and superndode contain in-depth information" "\n man files for n2n, edge, and supernode contain in-depth information"
"\n\n"); "\n\n");
} else /* long help */ { } else /* long help */ {
@ -352,7 +352,7 @@ static void help (int level) {
printf ("\n" printf ("\n"
"\n -h shows a quick reference including all available options" "\n -h shows a quick reference including all available options"
"\n --help gives this detailed parameter description" "\n --help gives this detailed parameter description"
"\n man files for n2n, edge, and superndode contain in-depth information" "\n man files for n2n, edge, and supernode contain in-depth information"
"\n\n"); "\n\n");
} }

6
src/supernode.c

@ -52,7 +52,7 @@ static void help (int level) {
"\n short help text is displayed" "\n short help text is displayed"
"\n\n -h shows a quick reference including all available options" "\n\n -h shows a quick reference including all available options"
"\n --help gives a detailed parameter description" "\n --help gives a detailed parameter description"
"\n man files for n2n, edge, and superndode contain in-depth information" "\n man files for n2n, edge, and supernode contain in-depth information"
"\n\n"); "\n\n");
} else if(level == 2) /* quick reference */ { } else if(level == 2) /* quick reference */ {
@ -102,7 +102,7 @@ static void help (int level) {
"\n short help text is displayed" "\n short help text is displayed"
"\n\n -h shows this quick reference including all available options" "\n\n -h shows this quick reference including all available options"
"\n --help gives a detailed parameter description" "\n --help gives a detailed parameter description"
"\n man files for n2n, edge, and superndode contain in-depth information" "\n man files for n2n, edge, and supernode contain in-depth information"
"\n\n"); "\n\n");
} else /* long help */ { } else /* long help */ {
@ -153,7 +153,7 @@ static void help (int level) {
"\n short help text is displayed" "\n short help text is displayed"
"\n\n -h shows a quick reference including all available options" "\n\n -h shows a quick reference including all available options"
"\n --help gives this detailed parameter description" "\n --help gives this detailed parameter description"
"\n man files for n2n, edge, and superndode contain in-depth information" "\n man files for n2n, edge, and supernode contain in-depth information"
"\n\n"); "\n\n");
} }

Loading…
Cancel
Save