diff --git a/bin/p6doc b/bin/p6doc index 1afe1b990..dee173a5b 100755 --- a/bin/p6doc +++ b/bin/p6doc @@ -70,8 +70,7 @@ sub show-docs(Str $path, :$section, :$no-pager) { shell $doc-command-str; } -multi sub MAIN() { - +sub USAGE() { say 'What documentation do you want to read?'; say "Examples: $PROGRAM-NAME Str"; say " $PROGRAM-NAME Str.split";