From 7bc63c5a1e5ac3e18c0d0898495ae8b61d9b18a6 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Wed, 23 Dec 2015 08:45:08 +0400 Subject: [PATCH] maj doc uwatch --- uwatch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/uwatch b/uwatch index 3949a0e..7e65c8a 100755 --- a/uwatch +++ b/uwatch @@ -25,8 +25,10 @@ OPTIONS Spécifier une chaine à afficher avant l'heure -z, --suffix SUFFIX Spécifier une chaine à afficher après l'heure - --cb - Equivalent à -c -s 30 -a 'Connecté depuis ' -z '...'" + --cc + Equivalent à -c -s 5 -a 'Connecté depuis ' -z '...' + Permet de garantir une activité sur une connexion SSH utilisée + uniquement pour faire une redirection de port" } DEFAULT_STEP=1 @@ -46,7 +48,7 @@ args=( -s:,--step: step= -a:,--prefix: prefix= -z:,--suffix: suffix= - --cb '$what=count; units=1; step=5; prefix="Connecté depuis "; suffix="..."' + --cc '$what=count; units=1; step=5; prefix="Connecté depuis "; suffix="..."' ) parse_args "$@"; set -- "${args[@]}"