tinyyarn

scenario testing of Unix command line tools
Log | Files | Refs | README | LICENSE

commit 93047a642c4b7c4cd530462149d191bb5491dfcb
parent 54dd752463f87100deec7727164960da76a46b2a
Author: Richard Ipsum <richardipsum@vx21.xyz>
Date:   Thu, 24 Dec 2020 14:13:19 +0000

update usage()

Diffstat:
Mtyarn.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tyarn.c b/tyarn.c @@ -329,7 +329,7 @@ static int tyarn_rmutil(lua_State *L) static void usage(void) { - fprintf(stderr, "usage: tyarn [-CdEehlstv] SCENARIO_FILE IMPLEMENTATION_FILE...\n"); + fprintf(stderr, "usage: tyarn [-12CdEehlstv] scenarios implementation...\n"); } static int tyarn_usage(lua_State *L)