diff options
-rw-r--r-- | toys/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/tail.c b/toys/tail.c index 08bae7b6..5ae295b8 100644 --- a/toys/tail.c +++ b/toys/tail.c @@ -6,7 +6,7 @@ * * See http://www.opengroup.org/onlinepubs/009695399/utilities/tail.html -USE_HEAD(NEWTOY(tail, "c:fn:", TOYFLAG_BIN)) +USE_TAIL(NEWTOY(tail, "c:fn:", TOYFLAG_BIN)) config TAIL bool "tail" |