From f343f9037cea5ce93718647ed3ae9a12f072df23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 2 May 2019 10:13:17 +0200 Subject: utils: fix documentation --- scripts/utils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/utils') diff --git a/scripts/utils b/scripts/utils index 709cace..6254d88 100644 --- a/scripts/utils +++ b/scripts/utils @@ -49,7 +49,7 @@ _git_fetch() { # _g: mirror is in global workspace # First agument has to be a source URL # Second argument is name of directory to which will be directory cloned in. -# Second argument is optional and should be branch name (master is used if not +# Third argument is optional and should be branch name (master is used if not # provided). git_fetch_w() { _git_fetch "$1" "$2" "$3" "$WORKSPACE/git-mirror" @@ -64,7 +64,7 @@ git_fetch_g() { # Clones one depth given repository with given branch/tag/hash # First agument has to be a source URL # Second argument is name of directory to which will be directory cloned in. -# Second argument is optional and should be branch name (master is used if not +# Third argument is optional and should be branch name (master is used if not # provided). git_clone() { local src="$1" -- cgit v1.2.3