summaryrefslogtreecommitdiff
path: root/prj_install.pl
diff options
context:
space:
mode:
Diffstat (limited to 'prj_install.pl')
-rwxr-xr-xprj_install.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prj_install.pl b/prj_install.pl
index 4d7d4002..b9755806 100755
--- a/prj_install.pl
+++ b/prj_install.pl
@@ -339,7 +339,7 @@ sub usageAndExit {
my $base = basename($0);
my $spc = ' ' x (length($base) + 8);
print STDERR "$base v$version\n",
- "Usage: $base [-a tag1[,tagN]] [-b tag=dir] [-d dir]",
+ "Usage: $base [-a tag1[,tagN]] [-b tag=dir] [-d dir] ",
($hasSymlink ? '[-l] ' : ''), "[-o tag=dir]\n",
$spc, "[-s tag1[,tagN]] [-x tag1[,tagN]] [-v] [-k] [-i]\n",
$spc, "[install directory] [$insext files or directories]\n\n",