From 04cea57639ef71919b7f4bb195722989e4b5be9f Mon Sep 17 00:00:00 2001 From: Chris Tacke Date: Tue, 3 Sep 2024 11:46:39 -0500 Subject: [PATCH] improve clock command help --- .../v2/Meadow.Cli/Commands/Current/Device/DeviceClockCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]