summaryrefslogtreecommitdiff
path: root/clone_build_tree.pl
diff options
context:
space:
mode:
Diffstat (limited to 'clone_build_tree.pl')
-rwxr-xr-xclone_build_tree.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/clone_build_tree.pl b/clone_build_tree.pl
index ae308a1a..83b51518 100755
--- a/clone_build_tree.pl
+++ b/clone_build_tree.pl
@@ -399,7 +399,10 @@ sub usageAndExit {
my($base) = basename($0);
my($spc) = ' ' x (length($base) + 8);
- print STDERR "$base v$version\n",
+ print STDERR "$base v$version\n\n",
+ "Create a tree identical in layout to the current directory\n",
+ "with the use of ", ($hasSymlink ? "symbolic links or " : ''),
+ "hard links.\n\n",
"Usage: $base [-b <builddir>] [-d <dmode>] ",
($hasSymlink ? "[-a] [-l] " : ''),
"[-v]\n",