From 471c4fe6a16d5079613ca03a974a93a08c20aeaf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20DA=20ROCHA?= <sebastien@da-rocha.net>
Date: Fri, 22 Jun 2018 09:21:10 +0200
Subject: [PATCH] [fix] typo on version usage message.

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

diff --git a/silkaj/silkaj.py b/silkaj/silkaj.py
index f01bc648..4dec9200 100644
--- a/silkaj/silkaj.py
+++ b/silkaj/silkaj.py
@@ -17,7 +17,7 @@ from silkaj.constants import SILKAJ_VERSION, G1_SYMBOL, GTEST_SYMBOL, G1_DEFAULT
 def usage():
     message_exit("Silkaj: command line client for Duniter currencies\
     \n\nhelp: -h, --help, --usage \
-    \nnersion: -v, --version \
+    \nversion: -v, --version \
     \nabout: display informations about the programm\
     \n \
     \nEndpoint:\
-- 
GitLab