Skip to content
Snippets Groups Projects
Commit be8154c0 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA Committed by Moul
Browse files

[fix] #109 : Explanations on gtest command line switch

parent ece6f4a7
No related branches found
No related tags found
1 merge request!85#42: Retrieve informations once and use them in the whole program
......@@ -21,7 +21,8 @@ def usage():
\nabout: display informations about the programm\
\n \
\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 - custom endpoint can be specified with `-p` option followed by <domain>:<port>\
\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