From 46212656a54c944a82be80c3a6320840a62033d4 Mon Sep 17 00:00:00 2001 From: lemonsh Date: Tue, 31 Jan 2023 16:57:27 +0100 Subject: [PATCH] fix 'superndode' typo in edge and supernode help text --- src/edge.c | 6 +++--- src/supernode.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/edge.c b/src/edge.c index 3aa969a..dde0f10 100644 --- a/src/edge.c +++ b/src/edge.c @@ -145,7 +145,7 @@ static void help (int level) { "\n" "\n -h shows a quick reference including all available options" "\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"); } 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 --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"); } else /* long help */ { @@ -352,7 +352,7 @@ static void help (int level) { printf ("\n" "\n -h shows a quick reference including all available options" "\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"); } diff --git a/src/supernode.c b/src/supernode.c index 89c1b23..b178d81 100644 --- a/src/supernode.c +++ b/src/supernode.c @@ -52,7 +52,7 @@ static void help (int level) { "\n short help text is displayed" "\n\n -h shows a quick reference including all available options" "\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"); } else if(level == 2) /* quick reference */ { @@ -102,7 +102,7 @@ static void help (int level) { "\n short help text is displayed" "\n\n -h shows this quick reference including all available options" "\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"); } else /* long help */ { @@ -153,7 +153,7 @@ static void help (int level) { "\n short help text is displayed" "\n\n -h shows a quick reference including all available options" "\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"); }