diff options
-rw-r--r-- | toys/other/readelf.c (renamed from toys/pending/readelf.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/readelf.c b/toys/other/readelf.c index 75726ecb..45afd83a 100644 --- a/toys/pending/readelf.c +++ b/toys/other/readelf.c @@ -8,7 +8,7 @@ USE_READELF(NEWTOY(readelf, "<1(dyn-syms)adehlnp:SsWx:", TOYFLAG_USR|TOYFLAG_BIN config READELF bool "readelf" - default n + default y help usage: readelf [-adehlnSs] [-p SECTION] [-x SECTION] [file...] |