summaryrefslogtreecommitdiff
path: root/win32/bin/pl2bat.pl
diff options
context:
space:
mode:
Diffstat (limited to 'win32/bin/pl2bat.pl')
-rw-r--r--win32/bin/pl2bat.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/bin/pl2bat.pl b/win32/bin/pl2bat.pl
index 8fdfa3d8b0..64a807c014 100644
--- a/win32/bin/pl2bat.pl
+++ b/win32/bin/pl2bat.pl
@@ -26,7 +26,7 @@ Usage: $0 [-h]
a /^#!.*perl/ line was already present).
-s stripsuffix strip this suffix from file before appending ".bat"
Not case-sensitive
- Can be a regex if it begins with `/'
+ Can be a regex if it begins with '/'
Defaults to "/\.plx?/"
-h show this help
EOT
@@ -335,7 +335,7 @@ variable to determine which operating system it is being run from.
Strip a suffix string from file name before appending a ".bat"
suffix. The suffix is not case-sensitive. It can be a regex if
-it begins with `/' (the trailing '/' is optional and a trailing
+it begins with '/' (the trailing '/' is optional and a trailing
C<$> is always assumed). Defaults to C</.plx?/>.
=item B<-w>