From 4e0b7778b0b8751f0d594e90f6c73093102ec142 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 12 Jun 2019 15:55:30 +0200 Subject: [PATCH] [DEBUG] correct deliver help --- island/actions/islandAction_deliver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/island/actions/islandAction_deliver.py b/island/actions/islandAction_deliver.py index ebbbda5..7fde06f 100644 --- a/island/actions/islandAction_deliver.py +++ b/island/actions/islandAction_deliver.py @@ -19,7 +19,7 @@ import os def help(): - return "Get the status of all the repositories" + return "Deliver the current repository (develop & master MUST be up to date and you MUST be on master)" def add_specific_arguments(_my_args, _section):