diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/pending/hexedit.c (renamed from toys/other/hexedit.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/hexedit.c b/toys/pending/hexedit.c index 668e51c4..518755bb 100644 --- a/toys/other/hexedit.c +++ b/toys/pending/hexedit.c @@ -8,7 +8,7 @@ USE_HEXEDIT(NEWTOY(hexedit, "<1>1r", TOYFLAG_USR|TOYFLAG_BIN)) config HEXEDIT bool "hexedit" - default n + default y help usage: hexedit FILENAME |