+2022-04-24 Mark Wielaard <mark@klomp.org>
+
+ * elfclassify.c (main): Use classify_flag_no_stdin for no-std in options.
+
2022-04-19 Mark Wielaard <mark@klomp.org>
* readelf.c (get_dyn_ents): Define dyn_mem outside the while loop.
{ "stdin0", classify_flag_stdin0, NULL, 0,
N_("Also read file names to process from standard input, \
separated by ASCII NUL bytes"), 2 },
- { "no-stdin", classify_flag_stdin, NULL, 0,
+ { "no-stdin", classify_flag_no_stdin, NULL, 0,
N_("Do not read files from standard input (default)"), 2 },
{ "compressed", 'z', NULL, 0,
N_("Try to open compressed files or embedded (kernel) ELF images"),