Skip to content

Commit ecb3848

Browse files
committed
s/$*PROGRAM_NAME index/$*PROGRAM_NAME build/
there is no such option index
1 parent 0a5229d commit ecb3848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/p6doc-index

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ multi sub MAIN('list') {
6060
# return MAIN($newdoc, :f);
6161
}
6262
} else {
63-
say "First run $*PROGRAM_NAME index to create the index";
63+
say "First run $*PROGRAM_NAME build to create the index";
6464
exit;
6565
}
6666
}
@@ -71,7 +71,7 @@ multi sub MAIN('lookup', $key) {
7171
die "not found" unless %data{$key};
7272
say %data{$key}.split(" ").[0];
7373
} else {
74-
say "First run $*PROGRAM_NAME index to create the index";
74+
say "First run $*PROGRAM_NAME build to create the index";
7575
exit;
7676
}
7777
}

0 commit comments

Comments
 (0)