Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
--list-devices -> add -X
Browse files Browse the repository at this point in the history
Should be combined with -G, -U, or -X flag
  • Loading branch information
bmatthewshea committed Mar 10, 2018
1 parent de05cc3 commit 8c32d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethminer/MinerAux.h
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ class MinerCLI
<< " --opencl-device <n> When mining using -G/--opencl use OpenCL device n (default: 0)." << endl
<< " --opencl-devices <0 1 ..n> Select which OpenCL devices to mine on. Default is to use all" << endl
<< " -t, --mining-threads <n> Limit number of CPU/GPU miners to n (default: use everything available on selected platform)" << endl
<< " --list-devices List the detected OpenCL/CUDA devices and exit. Should be combined with -G or -U flag" << endl
<< " --list-devices List the detected OpenCL/CUDA devices and exit. Should be combined with -G, -U, or -X flag" << endl
<< " --display-interval <n> Set mining stats display interval in seconds. (default: every 5 seconds)" << endl
<< " -L, --dag-load-mode <mode> DAG generation mode." << endl
<< " parallel - load DAG on all GPUs at the same time (default)" << endl
Expand Down

0 comments on commit 8c32d77

Please sign in to comment.