mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
Display version on minerd --help usage output.
This commit is contained in:
parent
f1fcd76ba7
commit
ce1c9a8aca
@ -327,6 +327,7 @@ static void show_usage(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
printf("minerd version %s\n\n", VERSION);
|
||||
printf("Usage:\tminerd [options]\n\nSupported options:\n");
|
||||
for (i = 0; i < ARRAY_SIZE(options_help); i++) {
|
||||
struct option_help *h;
|
||||
|
Loading…
x
Reference in New Issue
Block a user