Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Added additnonal time command text
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathCradle committed Mar 4, 2015
1 parent 52e4dbf commit f8f7a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdsm-core/Entry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected override void Initialized(object state)
AddCommand("time")
.WithDescription("Change the time of day")
.WithAccessLevel(AccessLevel.OP)
.WithHelpText("-set <time>")
.WithHelpText("-set <time> -day <true|false>")
.WithHelpText("-now")
.WithHelpText("day|dawn|dusk|noon|night")
.WithPermissionNode("tdsm.time")
Expand Down

0 comments on commit f8f7a19

Please sign in to comment.