From c4026ca96625db86c86eb4dce1495188085bce67 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 13 Apr 2023 22:40:06 +0300 Subject: [PATCH] better help... Signed-off-by: Alex A. Naanou --- git-pullall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-pullall b/git-pullall index 50bd3a7..643fd3c 100755 --- a/git-pullall +++ b/git-pullall @@ -5,6 +5,8 @@ while true ; do -h|--help) echo "Usage: $(basename "$0") [OPTIONS] [PATH]" echo + echo "Pull all repositories in PATH." + echo echo "Options:" echo " -h --help - print this message and exit" echo " -r --recursive - pull directories recursively"