summaryrefslogtreecommitdiff
path: root/src/extract-magic
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract-magic')
-rw-r--r--src/extract-magic4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extract-magic b/src/extract-magic
index 5da7fe820..0a30b0734 100644
--- a/src/extract-magic
+++ b/src/extract-magic
@@ -54,7 +54,7 @@ sub usage ($)
my $STREAM = ($exit_code == 0 ? *STDOUT : *STDERR);
if ($exit_code != 0)
{
- print $STREAM "Try `$ME --help' for more information.\n";
+ print $STREAM "Try '$ME --help' for more information.\n";
}
else
{
@@ -103,7 +103,7 @@ EOF
my $file = $ARGV[0];
open FH, $file
- or die "$ME: can't open `$file' for reading: $!\n";
+ or die "$ME: can't open '$file' for reading: $!\n";
# For each line like this:
# case S_MAGIC_ROMFS: /* 0x7275 */