We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e9a15 commit c7be18aCopy full SHA for c7be18a
bin/p6doc-index
@@ -11,7 +11,7 @@ sub findbin() returns Str {
11
constant INDEX = findbin() ~ 'index.data';
12
13
multi sub MAIN() {
14
- say "Usage: $*PROGRAM_NAME build to build index the docs for use with 'p6doc -f'";
+ say "Usage: $*PROGRAM_NAME build to build an index for 'p6doc -f'";
15
say "Usage: $*PROGRAM_NAME list to list the names";
16
say "Usage: $*PROGRAM_NAME lookup <key> to display module name containing key";
17
}
0 commit comments