debugedit.c --help can be improved (and potentially internationalized)

*shrug*

@@ -1323,16 +1290,15 @@

 static struct poptOption optionsTable[] = {
   { "base-dir",  'b', POPT_ARG_STRING, &base_dir, 0,
-    N_("base build DIRECTORY of objects"), N_("DIRECTORY") },
+      "base build directory of objects", NULL },
   { "dest-dir",  'd', POPT_ARG_STRING, &dest_dir, 0,
-    N_("DIRECTORY to rewrite base-dir into"), N_("DIRECTORY") },
+      "directory to rewrite base-dir into", NULL },
   { "list-file",  'l', POPT_ARG_STRING, &list_file, 0,
-    N_("FILE where to put list of source and header file names"), N_("FILE") },
+      "file where to put list of source and header file names", NULL },
   { "build-id",  'i', POPT_ARG_NONE, &do_build_id, 0,
-    N_("recompute build-id note and print on stdout"), NULL },
+      "recompute build ID note and print ID on stdout", NULL },
   { "build-id-seed", 's', POPT_ARG_STRING, &build_id_seed, 0,
-    N_("if recomputing the build-id note, use this string as hash SEED"), 
N_("SEED") },
-
+      "if recomputing the build ID note use this string as hash seed", NULL },
     POPT_AUTOHELP
   { NULL, 0, 0, NULL, 0, NULL, NULL }
 };


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/171#issuecomment-284247465
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to