Skip to content

Commit

Permalink
improve clock command help
Browse files Browse the repository at this point in the history
  • Loading branch information
ctacke committed Sep 3, 2024
1 parent 9c3f3b6 commit 04cea57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Meadow.CLI.Commands.DeviceManagement;

[Command("device clock", Description = "Gets or sets the device clock (in UTC time)")]
[Command("device clock", Description = "Gets or sets the device clock (in UTC time). Use either 'now' or a date/time inside single quotes")]
public class DeviceClockCommand : BaseDeviceCommand<DeviceInfoCommand>
{
[CommandParameter(0, Name = "Time", IsRequired = false)]
Expand Down

0 comments on commit 04cea57

Please sign in to comment.