cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
687 stars 304 forks source link

Make usage instructions honor optional = in long arguments #148

Open krichter722 opened 9 years ago

krichter722 commented 9 years ago

It seems like the = in the long arguments are optional (at least for algo, i.e. --algo sha256d works as well as --algo=sha256d). It'd be useful to make that visible in the --help usage instructions, e.g. with -a, --algo=, --algo ALGO instead of -a, --algo=ALGO.