diff options
author | Rob Landley <rob@landley.net> | 2015-07-03 15:19:07 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-07-03 15:19:07 -0500 |
commit | 6b6daecc7c87746aa0f38a298aecd2c38ee60520 (patch) | |
tree | 9db0ee6d2b39ae9ebbe4ce513d370d4a3ad02b9c /toys | |
parent | 9933273c5b7b6e0471d9195e8c2facb795b795ae (diff) | |
download | toybox-6b6daecc7c87746aa0f38a298aecd2c38ee60520.tar.gz |
Promote xxd to other.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/xxd.c (renamed from toys/pending/xxd.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/xxd.c b/toys/other/xxd.c index dee8c316..e9ad8393 100644 --- a/toys/pending/xxd.c +++ b/toys/other/xxd.c @@ -12,7 +12,7 @@ USE_XXD(NEWTOY(xxd, ">1c#<1>4096=16l#g#<1=2", TOYFLAG_USR|TOYFLAG_BIN)) config XXD bool "xxd" - default n + default y help usage: xxd [-c n] [-g n] [-l n] [file] |