Skip to content

Commit

Permalink
add trueminer command description
Browse files Browse the repository at this point in the history
  • Loading branch information
synote committed May 15, 2019
1 parent 3d29c28 commit 3776300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.18.0-rc.0
current_version = 0.1.0
commit = True
message = ethminer {new_version}

Expand Down
6 changes: 3 additions & 3 deletions ethminer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,12 +760,12 @@ class MinerCLI

void help()
{
cout << "Ethminer - GPU ethash miner" << endl
<< "minimal usage : ethminer [DEVICES_TYPE] [OPTIONS] -P... [-P...]" << endl
cout << "Trueminer - GPU TrueChain miner" << endl
<< "minimal usage : trueminer [DEVICES_TYPE] [OPTIONS] -P... [-P...]" << endl
<< endl
<< "Devices type options :" << endl
<< endl
<< " By default ethminer will try to use all devices types" << endl
<< " By default trueminer will try to use all devices types" << endl
<< " it can detect. Optionally you can limit this behavior" << endl
<< " setting either of the following options" << endl
#if ETH_ETHASHCL
Expand Down

0 comments on commit 3776300

Please sign in to comment.