summaryrefslogtreecommitdiff
path: root/clone_build_tree.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-10-06 16:38:33 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-10-06 16:38:33 +0000
commit4212fb41d84382d0f728c147d65b93a7e8308a3a (patch)
tree0a30ff7c3d17d025a15b4517ef1761c189beedd3 /clone_build_tree.pl
parentd3cdc033f9c520f014c37e08d31ddf17bac2cd57 (diff)
downloadMPC-4212fb41d84382d0f728c147d65b93a7e8308a3a.tar.gz
ChangeLogTag: Wed Oct 6 11:35:48 2004 Chad Elliott <elliott_c@ociweb.com>
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",