[Rpm-maint] [rpm-software-management/rpm] debug edit build generation is endian dependent when cross-compiling? (#171)
Jeff Johnson
notifications at github.com
Sun Mar 5 18:00:37 UTC 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170305/5b01c4f3/attachment-0001.html>
More information about the Rpm-maint
mailing list