Skip to content

Commit 3307c1d

Browse files
committed
Fixed spacing in usage.
1 parent 9d66220 commit 3307c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prj_install.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ sub usageAndExit {
339339
my $base = basename($0);
340340
my $spc = ' ' x (length($base) + 8);
341341
print STDERR "$base v$version\n",
342-
"Usage: $base [-a tag1[,tagN]] [-b tag=dir] [-d dir]",
342+
"Usage: $base [-a tag1[,tagN]] [-b tag=dir] [-d dir] ",
343343
($hasSymlink ? '[-l] ' : ''), "[-o tag=dir]\n",
344344
$spc, "[-s tag1[,tagN]] [-x tag1[,tagN]] [-v] [-k] [-i]\n",
345345
$spc, "[install directory] [$insext files or directories]\n\n",

0 commit comments

Comments
 (0)