Plugins/Plang: fix usage message

This commit is contained in:
Pragmatic Software 2020-07-12 18:53:57 -07:00
parent 5f65b79504
commit 15400b2afb
2 changed files with 2 additions and 2 deletions

2
Plang

@ -1 +1 @@
Subproject commit 67469a66f11f00434f6d3eb946764ccfbf4a80cd
Subproject commit d46ffd17c954e5e2743f9973314c6f0f92455bec

View File

@ -55,7 +55,7 @@ sub unload {
sub cmd_plang {
my ($self, $context) = @_;
my $usage = "plang <Plang code>; see https://github.com/pragma-/Plang";
my $usage = "Usage: plang <code>; see https://github.com/pragma-/Plang";
return $usage if not length $context->{arguments};