Skip to content

Commit

Permalink
Fix help for !learn move.
Browse files Browse the repository at this point in the history
  • Loading branch information
greensnark committed May 17, 2015
1 parent b63d929 commit 23d9490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/learn/move.pl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
print(LearnDB::Cmd::move_entry(unquote($1), undef, unquote($2)));
}
else {
print "Syntax: !learn $0 SRC[x] DST[y] or SRC[x] DST or SRC DST\n";
print "Syntax: !learn mv SRC[x] DST[y] or SRC[x] DST or SRC DST\n";
}
};
if ($@) {
Expand Down

0 comments on commit 23d9490

Please sign in to comment.