mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-05 16:07:42 +00:00
#844 Fixed copy/paste typo in comment.
This commit is contained in:
parent
acd042c234
commit
3d60b3cc62
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ bool xmrig::CommonConfig::parseString(int key, const char *arg)
|
|||
case RetriesKey: /* --retries */
|
||||
case RetryPauseKey: /* --retry-pause */
|
||||
case ApiPort: /* --api-port */
|
||||
case PrintTimeKey: /* --cpu-priority */
|
||||
case PrintTimeKey: /* --print-time */
|
||||
return parseUint64(key, strtol(arg, nullptr, 10));
|
||||
|
||||
case BackgroundKey: /* --background */
|
||||
|
|
Loading…
Reference in a new issue