summaryrefslogtreecommitdiff
path: root/accel-pppd
diff options
context:
space:
mode:
authorMakselPr <47994310+MakselPr@users.noreply.github.com>2022-02-23 23:05:02 +0200
committerGitHub <noreply@github.com>2022-02-23 23:05:02 +0200
commit5df0861f923fc8d10a963f901484d7c0b772c3d3 (patch)
tree25c9a43e87203784f3555df4c22ca70b97eb72a1 /accel-pppd
parent0b4ef9862c65bffd7c2e5798cb35948548ac724d (diff)
downloadaccel-ppp-5df0861f923fc8d10a963f901484d7c0b772c3d3.tar.gz
accel-ppp-5df0861f923fc8d10a963f901484d7c0b772c3d3.zip
Update main.c
Fixed typos in help
Diffstat (limited to 'accel-pppd')
-rw-r--r--accel-pppd/main.c2
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"