Skip to content
Snippets Groups Projects
Commit c7675605 authored by Moul's avatar Moul
Browse files

Merge branch '109_improve_gtest_usage_message' into 'dev'

issue 109 improve gtest usage message

See merge request !84
parents ece6f4a7 bf1c30ed
No related branches found
No related tags found
1 merge request!84issue 109 improve gtest usage message
...@@ -21,7 +21,8 @@ def usage(): ...@@ -21,7 +21,8 @@ def usage():
\nabout: display informations about the programm\ \nabout: display informations about the programm\
\n \ \n \
\nEndpoint:\ \nEndpoint:\
\nDefault endpoint will reach " + G1_SYMBOL + " currency with `https://" + G1_DEFAULT_ENDPOINT[0] + "` endpoint\ \nDefault endpoint will reach " + G1_SYMBOL + " currency with `https://" + G1_DEFAULT_ENDPOINT[0] + "` endpoint.\
\nUse one of these options at the end of the command:\
\n - `--gtest` to reach " + GTEST_SYMBOL + " currency with `https://" + G1_TEST_DEFAULT_ENDPOINT[0] + "` endpoint\ \n - `--gtest` to reach " + GTEST_SYMBOL + " currency with `https://" + G1_TEST_DEFAULT_ENDPOINT[0] + "` endpoint\
\n - custom endpoint can be specified with `-p` option followed by <domain>:<port>\ \n - custom endpoint can be specified with `-p` option followed by <domain>:<port>\
\n \ \n \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment