From 8a8381731feb3aca4cc73daf03d19122971b6662 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sun, 4 Sep 2022 12:31:19 +0200 Subject: [PATCH] fixed typo --- src/ac/ac_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ac/ac_main.c b/src/ac/ac_main.c index 3e74c6eb..a035d3a5 100644 --- a/src/ac/ac_main.c +++ b/src/ac/ac_main.c @@ -131,7 +131,7 @@ static int parse_args (int argc, char *argv[], struct bootcfg * bootcfg) fprintf(out, "%s [ options ] ",argv[0]); fprintf(out, "\nOptions are:\n"); fprintf(out, " -c : specify a config file\n"); - fprintf(out, " -p : specify a ipath where to search for modules\n"); + fprintf(out, " -p : specify a path where to search for modules\n"); fprintf(out, " -v: print version information\n"); fprintf(out, " -d : set debug level, multiple -d's are possible\n"); fprintf(out, " can be one of these:\n");