From a3630149bb169bf3feaf1cc212781f5638230b9d Mon Sep 17 00:00:00 2001 From: Ivan Zakharyaschev Date: Sun, 19 Apr 2009 20:29:58 +0000 Subject: [PATCH] MArked further parameters as optional. --- parseRCS-merging-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parseRCS-merging-init b/parseRCS-merging-init index a53a78a..659e6e3 100755 --- a/parseRCS-merging-init +++ b/parseRCS-merging-init @@ -1,7 +1,7 @@ #!/bin/bash usage() { - printf $"Usage: %s TAG ...\n" "$0" + printf $"Usage: %s TAG [ ... ]\n" "$0" echo $"Uses parsecvs to parse RCS/* and merge the initial commits tagging the result TAG." echo $"Recommended TAG: something like RCS-all-init." } -- 2.11.4.GIT