Commit 18110a8c authored by Michel Roy's avatar Michel Roy Committed by Kevin Di Lallo
Browse files

remove internal server reference

parent 2a3a87aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ var rootCmd = &cobra.Command{
	Use:   "meepctl",
	Short: "meepctl - CLI application to control the AdvantEDGE platform",
	Long: `CLI application to control the AdvantEDGE platform
Find more information [here](https://kopsvas19p.interdigital.com/wbu-tep/AdvantEDGE/blob/develop/docs/meepctl/meepctl.md)`,
Find more information [here](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/docs/meepctl/meepctl.md)`,
}

// Execute adds all child commands to the root command and sets flags appropriately.