diff options
-rw-r--r-- | toys/posix/file.c (renamed from toys/pending/file.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/file.c b/toys/posix/file.c index b53bec0a..d3e80f4e 100644 --- a/toys/pending/file.c +++ b/toys/posix/file.c @@ -10,7 +10,7 @@ USE_FILE(NEWTOY(file, "<1", TOYFLAG_USR|TOYFLAG_BIN)) config FILE bool "file" - default n + default y help usage: file [file...] |