From 47fb9060ad719c7f024ca77402c835abc9cca426 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sat, 19 Mar 2011 10:53:59 +0300 Subject: [PATCH] tg-update: document variables --- tg-update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tg-update.sh b/tg-update.sh index 0a5193d..7f956ba 100644 --- a/tg-update.sh +++ b/tg-update.sh @@ -3,10 +3,10 @@ # (c) Petr Baudis 2008 # GPLv2 -name= -all= -pattern= -current= +name= # Branch to update +all= # Update all branches +pattern= # Branch selection filter for -a +current= # Branch we are currently on ## Parse options -- 2.11.4.GIT