From bf76b49e295bfa945e79666371e3dd127bc82708 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 12 Jan 2019 10:33:26 -0800 Subject: stat: add --format synonym for -c. Used in the AOSP x86 host build. --- toys/other/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * Copyright 2013 -USE_STAT(NEWTOY(stat, "<1c:fLt", TOYFLAG_BIN)) +USE_STAT(NEWTOY(stat, "<1c:(format)fLt", TOYFLAG_BIN)) config STAT bool stat -- cgit v1.2.3