fix 'superndode' typo in edge and supernode help text

This commit is contained in:
lemonsh 2023-01-31 16:57:27 +01:00 committed by Hamish Coleman
parent 9618512c8f
commit 46212656a5
2 changed files with 6 additions and 6 deletions

View File

@ -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");
} }

View File

@ -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");
} }