Change usage to resemble the format of other descriptions and documents.

This commit is contained in:
asofold 2017-05-14 14:34:17 +02:00
parent 416a2d4ef3
commit 135d3e812b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class StreamCommand extends BaseCommand {
public StreamCommand(JavaPlugin plugin) {
super(plugin, "stream", null); // No permission: currently console-only.
this.usage = "ncp log stream stream_id[@level][?color|?nocolor][+stream_id2[@level2][?color|?nocolor]...] (message...) ";
this.usage = "ncp log stream (stream_id)[@(level)][?color|?nocolor][+(stream_id2)[@(level2)][?color|?nocolor][+...]] (message...) ";
}
@Override