make it cleaer that the boolean saver flag requires equals sign to work

This commit is contained in:
cryptonote-social 2020-08-03 12:15:05 -07:00
parent 15af0ccea0
commit 3dcd23cdd7
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ func MultiMain(s ScreenStater, agent string) {
`Usage of ./csminer
-user <string>
your pool username from https://cryptonote.social/xmr (default "donate-getmonero-org")
-saver <bool>
-saver=<bool>
mine only when screen is locked (default true)
-exclude <string>
pause mining during the specified hours. Format is XX-YY where XX and YY are hours of

View File

@ -15,7 +15,7 @@ USAGE
All arguments are optional:
-user <string>
your pool username from https://cryptonote.social/xmr (default "donate-getmonero-org")
-saver <bool>
-saver=<bool>
mine only when screen is dimmed (default true)
-exclude <string>
pause mining during the specified hours. Format is XX-YY where XX and YY are hours of

View File

@ -15,7 +15,7 @@ USAGE
All arguments are optional:
-user <string>
your pool username from https://cryptonote.social/xmr (default "donate-getmonero-org")
-saver <bool>
-saver=<bool>
mine only when screen is locked (default true). csminer polls the OSX lock screen
state every 10 seconds and should activate the miner shortly after the screen locks.
-exclude <string>

View File

@ -15,7 +15,7 @@ USAGE
All arguments are optional:
-user <string>
your pool username from https://cryptonote.social/xmr (default "donate-getmonero-org")
-saver <bool>
-saver=<bool>
mine only when screen is locked or the screensaver is running (default true)
-exclude <string>
pause mining during the specified hours. Format is XX-YY where XX and YY are hours of