diff options
author | MakselPr <47994310+MakselPr@users.noreply.github.com> | 2022-02-23 23:05:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 23:05:02 +0200 |
commit | 5df0861f923fc8d10a963f901484d7c0b772c3d3 (patch) | |
tree | 25c9a43e87203784f3555df4c22ca70b97eb72a1 | |
parent | 0b4ef9862c65bffd7c2e5798cb35948548ac724d (diff) | |
download | accel-ppp-5df0861f923fc8d10a963f901484d7c0b772c3d3.tar.gz accel-ppp-5df0861f923fc8d10a963f901484d7c0b772c3d3.zip |
Update main.c
Fixed typos in help
-rw-r--r-- | accel-pppd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |