Skip to content

Commit c7be18a

Browse files
committed
docs
1 parent 06e9a15 commit c7be18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/p6doc-index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sub findbin() returns Str {
1111
constant INDEX = findbin() ~ 'index.data';
1212

1313
multi sub MAIN() {
14-
say "Usage: $*PROGRAM_NAME build to build index the docs for use with 'p6doc -f'";
14+
say "Usage: $*PROGRAM_NAME build to build an index for 'p6doc -f'";
1515
say "Usage: $*PROGRAM_NAME list to list the names";
1616
say "Usage: $*PROGRAM_NAME lookup <key> to display module name containing key";
1717
}

0 commit comments

Comments
 (0)