From 8ee3d14c5d95fdd74fe6b98af821acc2a798137a Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Fri, 10 May 2024 10:00:19 +0200 Subject: [PATCH] fix: changed URL to custom on help panel --- README.org | 2 +- include/sk_text.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 3768ccc..7d90569 100644 --- a/README.org +++ b/README.org @@ -136,7 +136,7 @@ Options: -v, --version output version information and exit Report bugs to: -GNU Sparky home page: +GNU Sparky home page: General help using GNU software: #+end_example diff --git a/include/sk_text.h b/include/sk_text.h index 302a65c..6cf7505 100644 --- a/include/sk_text.h +++ b/include/sk_text.h @@ -33,7 +33,7 @@ static const char * const sk_text_help_msg = "Usage: %s [OPTION]\n" " -h, --help \t\t display this help and exit\n" " -v, --version \t output version information and exit\n\n" "Report bugs to: \n" - "GNU Sparky home page: \n" + "GNU Sparky home page: \n" "General help using GNU software: \n"; static const char * const sk_text_version_msg = "GNU Sparky %s\n"