From 04f2f91d08bb6294482b88536d82fc6c2195b762 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Mon, 5 Mar 2018 23:04:33 +0400 Subject: [PATCH] =?UTF-8?q?intervertir=20les=20options=20-a=20et=20-b.=20e?= =?UTF-8?q?n=20effet,=20-a=20est=20susceptible=20d'=C3=AAtre=20plus=20util?= =?UTF-8?q?is=C3=A9=20et=20est=20plus=20naturel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pff | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pff b/pff index a684c75..ebe7dd4 100755 --- a/pff +++ b/pff @@ -3,8 +3,8 @@ SCRIPT_ALIASES=( pfs:-s - pfa:-a pfb:-b + pfa:-a pfe:-e pfd:-d ) @@ -209,7 +209,7 @@ supportées sont: défaut), le faire sans confirmation (--commit), ou ne jamais le faire (--no-commit) - -a, --add-global FILES... + -b, --add-global FILES... Ajouter/Identifier un fichier comme un fichier local pour tous les profils. Le fichier est copié dans le profil Base. @@ -222,7 +222,7 @@ supportées sont: -s, --switch PROFILE [WORKDIR] Basculer le profil courant - -b, --add-local FILES... + -a, --add-local FILES... Ajouter/Identifier un fichier comme un fichier local et le rendre spécifique au profil courant. -e, --edit FILES... @@ -1355,11 +1355,11 @@ args=($parse_mode --ask-commit commit=ask -c,--comit commit=1 --no-commit commit= - -a,--add-global action=add-global + -b,--add-global action=add-global --locals action=list-locals --profiles action=list-profiles -s,--switch action=switch - -b,--add-local action=add-local + -a,--add-local action=add-local -e,--edit action=edit -p:,--profile: profile= -P,--prod profile=prod