Modify help information
This commit is contained in:
parent
e6072984a2
commit
f9f3abda71
@ -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.
|
||||
|
2
help.c
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user