From a5790ca9df96c98ab3dcf1beb73a323c7459cf9b Mon Sep 17 00:00:00 2001 From: lxnay Date: Fri, 5 Dec 2008 21:24:57 +0000 Subject: [PATCH] Entropy/Equo: - fix switchbranch help output git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2718 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- client/equo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/equo.py b/client/equo.py index fffebc470..c90c04f60 100644 --- a/client/equo.py +++ b/client/equo.py @@ -227,7 +227,7 @@ myopts = [ (3,'multiremove',2,_('remove the provided injected atoms (all if no atom specified)')), (4,'--branch=',1,_('choose on what branch operating')), (3,'create-empty-database',1,_('create an empty repository database in the provided path')), - (3,'switchbranch',2,_('switch to the specified branch the provided atoms (or world)')), + (3,'switchbranch ',2,_('switch to the specified branch the provided atoms (or world)')), (3,'md5check',2,_('verify integrity of the provided atoms (or world)')), (3,'md5remote',2,_('verify remote integrity of the provided atoms (or world)')),