From f9f3abda71b57cacafc717c7ea7dd425841dc309 Mon Sep 17 00:00:00 2001 From: aixiao Date: Tue, 24 Mar 2020 14:15:15 +0800 Subject: [PATCH] Modify help information --- README.md | 6 +++--- help.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6c75b6..5e49951 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ apt-get install gcc-aarch64-linux-gnu make clean; CROSS_COMPILE=aarch64-linux-gnu- make - Android 编译: + Android NDK 编译: ndk-build NDK_PROJECT_PATH=. NDK_APPLICATION_MK=Application.mk APP_BUILD_SCRIPT=Android.mk ### Help Information @@ -29,7 +29,7 @@ -t --timeout : timeout minute, default: no timeout -e --coding : ssl coding, default: [0-128] -s --signal : send signal to a master process: stop, quit, restart, reload, status - -c --config : set configuration file, default: CProxy.ini + -c --config : set configuration file, default: CProxy.conf -? -h --? --help : help information Mar 22 2020 09:29:11 Compile、link. @@ -42,6 +42,6 @@ ./CProxy -s reload -c CProxy.ini or ./CProxy -s restart -c CProxy.ini - #状态(只打印Pid) + #状态(只打印 Pid) ./CProxy -s status \ No newline at end of file diff --git a/help.c b/help.c index 11e1fba..213e30c 100644 --- a/help.c +++ b/help.c @@ -20,7 +20,7 @@ char help_information(void) " -t --timeout : timeout minute, default: no timeout", " -e --coding : ssl coding, default: [0-128]", " -s --signal : send signal to a master process: stop, quit, restart, reload, status", - " -c --config : set configuration file, default: CProxy.ini", + " -c --config : set configuration file, default: CProxy.conf", " -? -h --? --help : help information", "", 0