diff --git a/Source/v2/Meadow.Cli/Commands/Current/Device/DeviceClockCommand.cs b/Source/v2/Meadow.Cli/Commands/Current/Device/DeviceClockCommand.cs index 57179990..565f94cb 100644 --- a/Source/v2/Meadow.Cli/Commands/Current/Device/DeviceClockCommand.cs +++ b/Source/v2/Meadow.Cli/Commands/Current/Device/DeviceClockCommand.cs @@ -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 { [CommandParameter(0, Name = "Time", IsRequired = false)]