From 5df0861f923fc8d10a963f901484d7c0b772c3d3 Mon Sep 17 00:00:00 2001 From: MakselPr <47994310+MakselPr@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:05:02 +0200 Subject: Update main.c Fixed typos in help --- accel-pppd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel-pppd/main.c b/accel-pppd/main.c index 14e670d..bbc36d9 100644 --- a/accel-pppd/main.c +++ b/accel-pppd/main.c @@ -282,7 +282,7 @@ static void print_help(FILE *stream) { print_usage(stream); fprintf(stream, "\n" - "\t-с, --config\t- Read config from CONFIG file \n" + "\t-c, --config\t- Read config from CONFIG file \n" "\t-p, --pid\t- Write pid to PID file\n" "\t-d, --daemon\t- Daemon mode\n" "\t-V, --version\t- Show version and exit\n" -- cgit v1.2.3