diff options
-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] |