summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-24 21:34:16 +0100
committerAaron Crane <arc@cpan.org>2017-10-24 21:34:16 +0100
commit3400d8a71038b079f7c7c8d80264071ddba4a63b (patch)
tree91d7eddcf3b7b6a64ffc47e4ad12aaa6367e16cc
parent9eac7aacc8bace961cda535377b8f32272085096 (diff)
Fix "metaconfig" name in packinit message
-rwxr-xr-xbin/packinit.SH5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/packinit.SH b/bin/packinit.SH
index 58393da..578b8d8 100755
--- a/bin/packinit.SH
+++ b/bin/packinit.SH
@@ -196,8 +196,9 @@ print <<'EOM';
If your package sources contains symbols that metaconfig will mistake for the
names of symbols defined by its units, you can list them in an exclusions file.
-(See the documentation of "mconfig -X".) What file would you like metaconfig to
-consult for those symbols? Say "none" if you don't need to exclude any symbols.
+(See the documentation of "metaconfig -X".) What file would you like metaconfig
+to consult for those symbols? Say "none" if you don't need to exclude any
+symbols.
EOM
$exclusions_file = &myread('File to consult for excluded symbols?', $dflt);