aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-12 10:33:26 -0800
committerRob Landley <rob@landley.net>2019-01-12 13:38:05 -0600
commitbf76b49e295bfa945e79666371e3dd127bc82708 (patch)
tree682c8abd57f15ed4dfe4526cb2e77df69f3e1fc8
parent411f7fc4781f6758a50ce206df62efd809c20186 (diff)
downloadtoybox-bf76b49e295bfa945e79666371e3dd127bc82708.tar.gz
stat: add --format synonym for -c.
Used in the AOSP x86 host build.
-rw-r--r--toys/other/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/stat.c b/toys/other/stat.c
index 7c2e337b..d828534c 100644
--- a/toys/other/stat.c
+++ b/toys/other/stat.c
@@ -2,7 +2,7 @@
* Copyright 2012 <warior.linux@gmail.com>
* Copyright 2013 <anand.sinha85@gmail.com>
-USE_STAT(NEWTOY(stat, "<1c:fLt", TOYFLAG_BIN))
+USE_STAT(NEWTOY(stat, "<1c:(format)fLt", TOYFLAG_BIN))
config STAT
bool stat