Added Get Operation and Bug Fixes
[ealt-edge.git] / ocd / cli / ealt / cmd / appm / create.go
index a691237..4969db6 100644 (file)
@@ -36,7 +36,7 @@ func NewAppCreateCommand() *cobra.Command {
                        return nil
                },
        }
-       cmd.Flags().StringP("packagefile", "f", "", "Application Package File to be onboarded to MEP")
+       cmd.Flags().StringP("packagefile", "f", "", "Application Package File to be onboarded.")
        cmd.MarkFlagRequired("packagefile")
        return cmd
 }