From 08aa5151dc5eebe0fa46135e12e7a1e91c7e377a Mon Sep 17 00:00:00 2001 From: Clayton Burlison Date: Thu, 14 Jun 2018 08:17:51 -0700 Subject: [PATCH] fix: Smallest typo in the world (#439) --- cmd/mdmctl/mdmdctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mdmctl/mdmdctl.go b/cmd/mdmctl/mdmdctl.go index 6af3a344..d2fd86e2 100644 --- a/cmd/mdmctl/mdmdctl.go +++ b/cmd/mdmctl/mdmdctl.go @@ -64,7 +64,7 @@ Available Commands: mdmcert.download version -Use micromdm -h for additional usage of each command. +Use mdmctl -h for additional usage of each command. Example: mdmctl get devices ` fmt.Println(helpText)