summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2023-01-26 14:43:15 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-01-26 14:43:15 -0600
commit3307c1dab46d321932710e74e0a39931eb1e62e8 (patch)
treef936f112cfcf553a30bb939b6bbb18ba26f56d21
parent9d662201658548add57289ef68f78bc9be71bb1f (diff)
downloadMPC-3307c1dab46d321932710e74e0a39931eb1e62e8.tar.gz
Fixed spacing in usage.
-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",