From be8154c0c131efa0189dd4d76668021efec8e0b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20DA=20ROCHA?= <sebastien@da-rocha.net>
Date: Fri, 13 Jul 2018 11:50:32 +0200
Subject: [PATCH] [fix] #109 : Explanations on gtest command line switch

---
 silkaj/silkaj.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/silkaj/silkaj.py b/silkaj/silkaj.py
index 086b567c..5ac91f27 100644
--- a/silkaj/silkaj.py
+++ b/silkaj/silkaj.py
@@ -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 \
-- 
GitLab