[dasher/relicence] Remove help string



commit 527006a87d1b66e67cc97340f770f6bb094d2063
Author: Gavin Henderson <gavin henderson hotmail co uk>
Date:   Mon Feb 28 15:10:42 2022 +0000

    Remove help string

 Src/main.cc | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/Src/main.cc b/Src/main.cc
index 650283f7..5b4a2e2b 100644
--- a/Src/main.cc
+++ b/Src/main.cc
@@ -147,8 +147,6 @@ int main(int argc, char *argv[]) {
   GError *error = nullptr;
   if (!g_option_context_parse(goptcontext, &argc, &argv, &error)) {
     g_print("option parsing failed: %s\n", error->message);
-    // Note to translators: This is the help string for unrecognized command line options. Do not translate 
'dasher --help' part.
-    g_print("%s\n", _("Try 'dasher --help' for more information.")); 
     exit (1);
   }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]