From 8c32d776f572d8b1831b72d6eb2153436becf3e5 Mon Sep 17 00:00:00 2001 From: Brady Shea <984097+bmatthewshea@users.noreply.github.com> Date: Sat, 10 Mar 2018 09:26:51 -0600 Subject: [PATCH] --list-devices -> add -X Should be combined with -G, -U, or -X flag --- ethminer/MinerAux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethminer/MinerAux.h b/ethminer/MinerAux.h index e9b972ff16..1c75950306 100644 --- a/ethminer/MinerAux.h +++ b/ethminer/MinerAux.h @@ -670,7 +670,7 @@ class MinerCLI << " --opencl-device 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 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 Set mining stats display interval in seconds. (default: every 5 seconds)" << endl << " -L, --dag-load-mode DAG generation mode." << endl << " parallel - load DAG on all GPUs at the same time (default)" << endl