From 9c798e5d62c0230823c3b1a317974ce32a79ebd6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 1 Dec 2016 23:40:37 -0500 Subject: [PATCH] [fix] Fixing message --- src/yunohost/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/tools.py b/src/yunohost/tools.py index 8e1603d8..d8b5f7f7 100644 --- a/src/yunohost/tools.py +++ b/src/yunohost/tools.py @@ -127,7 +127,7 @@ def tools_adminpw(auth, new_password): def tools_maindomain(auth, new_domain=None): """ - Main domain consultaton or change tool + Check the current main domain, or change it Keyword argument: new_domain -- The new domain to be set as the main domain