diff options
-rw-r--r-- | toys/other/stat.c (renamed from toys/pending/stat.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/stat.c b/toys/other/stat.c index e8a87b46..c5c96fcb 100644 --- a/toys/pending/stat.c +++ b/toys/other/stat.c @@ -6,7 +6,7 @@ USE_STAT(NEWTOY(stat, "c:f", TOYFLAG_BIN)) config STAT bool stat - default n + default y help usage: stat [-f] [-c FORMAT] FILE... |