mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
fix tabulation, remove long description (to be moved to documentation)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
3539ee9be6
commit
078d76c6f3
2 changed files with 33 additions and 39 deletions
|
@ -314,16 +314,10 @@ namespace config {
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
options_description unix_specific("UNIX-specific options");
|
options_description unix_specific("UNIX-specific options");
|
||||||
unix_specific.add_options()
|
unix_specific.add_options()
|
||||||
("unix.handle_sigtstp", bool_switch()->default_value(false),
|
("unix.handle_sigtstp", bool_switch()->default_value(false), "Handle SIGTSTP and SIGCONT signals (default: disabled)")
|
||||||
"Switch to offline mode if received signal TSTP (SIGTSTP)"
|
|
||||||
"(you can send it by pressing CTRL+Z in terminal or with"
|
|
||||||
" help commapnd kill and others, a.e pkill, if i2pd in "
|
|
||||||
"daemon mode). If you need to switch to online mode, send"
|
|
||||||
" signal CONT (SIGCONT)")
|
|
||||||
;
|
;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
m_OptionsDesc
|
m_OptionsDesc
|
||||||
.add(general)
|
.add(general)
|
||||||
.add(limits)
|
.add(limits)
|
||||||
|
|
Loading…
Add table
Reference in a new issue