Improve wording in the NetBird client app (#4316)

This commit is contained in:
Misha Bragin
2025-08-13 22:03:48 +02:00
committed by GitHub
parent 70db8751d7
commit e97f853909
12 changed files with 24 additions and 19 deletions

View File

@@ -107,7 +107,7 @@ func createServiceConfigForInstall() (*service.Config, error) {
var installCmd = &cobra.Command{
Use: "install",
Short: "installs NetBird service",
Short: "Install NetBird service",
RunE: func(cmd *cobra.Command, args []string) error {
if err := setupServiceCommand(cmd); err != nil {
return err