diff options
author | Rob Landley <rob@landley.net> | 2015-04-27 11:14:46 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-04-27 11:14:46 -0500 |
commit | 4c182c325716776a3e40394b175de479738e31a6 (patch) | |
tree | b841b4aab31c9b413a9b11f44583809d50dda0b1 | |
parent | 2fd8624cc612e946f593b2c9e9031c46f862562e (diff) | |
download | toybox-4c182c325716776a3e40394b175de479738e31a6.tar.gz |
Promote hexedit to other.
-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 |