Skip to content

Commit

Permalink
fix typo (micromdm#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Friedrich authored Feb 4, 2022
1 parent 49fcd5b commit d31ccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mdmctl/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func (cmd *getCommand) getProfiles(args []string) error {
flProfilePath = flagset.String("f", "-", "filename of profile to write")
flIdentifier = flagset.String("id", "", "profile Identifier")
)
flagset.Usage = usageFor(flagset, "mdmctl get blueprints [flags]")
flagset.Usage = usageFor(flagset, "mdmctl get profiles [flags]")
if err := flagset.Parse(args); err != nil {
return err
}
Expand Down

0 comments on commit d31ccc6

Please sign in to comment.