Skip to content

Commit

Permalink
Remove note from description - doesn't fix and it's non-standard form…
Browse files Browse the repository at this point in the history
…atting
  • Loading branch information
adrianstevens committed May 26, 2024
1 parent 1e79d81 commit 1584521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Meadow.CLI.Commands.DeviceManagement;

[Command("app deploy", Description = "Deploys a previously compiled Meadow application to a target device. Note: This command does not compile the application.")]
[Command("app deploy", Description = "Deploys a previously compiled Meadow application to a target device")]
public class AppDeployCommand : BaseDeviceCommand<AppDeployCommand>
{
private readonly IPackageManager _packageManager;
Expand Down

0 comments on commit 1584521

Please sign in to comment.