Skip to content

Commit

Permalink
Merge pull request #593 from WildernessLabs/feature/clock-doc
Browse files Browse the repository at this point in the history
improve clock command help
  • Loading branch information
adrianstevens authored Sep 3, 2024
2 parents 9c3f3b6 + 04cea57 commit bd192f1
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 bd192f1

Please sign in to comment.