summaryrefslogtreecommitdiffstats
path: root/xmrstak/cli/cli-miner.cpp
diff options
context:
space:
mode:
authorUnknown <fireice2@o2.pl>2017-11-10 19:19:07 +0000
committerUnknown <fireice2@o2.pl>2017-11-10 19:19:07 +0000
commit0bae47a75488e2fd1bcab8b141976763e4d81e95 (patch)
treec01f1c842878fee8eb8f921be1f0e226b2f61e1e /xmrstak/cli/cli-miner.cpp
parentd35893d926c74893d7c85d1b87b24ffa55744649 (diff)
downloadxmr-stak-0bae47a75488e2fd1bcab8b141976763e4d81e95.zip
xmr-stak-0bae47a75488e2fd1bcab8b141976763e4d81e95.tar.gz
Define GIT_COMMIT_HASH via cmake or git archive
Diffstat (limited to 'xmrstak/cli/cli-miner.cpp')
-rw-r--r--xmrstak/cli/cli-miner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/cli/cli-miner.cpp b/xmrstak/cli/cli-miner.cpp
index 5c16c1b..d103293 100644
--- a/xmrstak/cli/cli-miner.cpp
+++ b/xmrstak/cli/cli-miner.cpp
@@ -85,7 +85,7 @@ void help()
cout<<" -u, --user USERNAME pool user name or wallet address"<<endl;
cout<<" -p, --pass PASSWD pool password, in the most cases x or empty \"\""<<endl;
cout<<" \n"<<endl;
- cout<<XMR_STAK_NAME<<" "<<XMR_STAK_VERSION<<endl;
+ cout<<XMR_STAK_NAME << " " << XMR_STAK_VERSION << " " << GIT_COMMIT_HASH << " " << GIT_BRANCH << endl;
cout<<"Brought to by fireice_uk and psychocrypt under GPLv3."<<endl;
}
OpenPOWER on IntegriCloud