Skip to content

Improve wording in the NetBird client app #4316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

braginini
Copy link
Contributor

Describe your changes

Issue ticket number and link

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)
    No new commands added.

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__

@Copilot Copilot AI review requested due to automatic review settings August 10, 2025 20:12
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves the wording and consistency of command descriptions in the NetBird client application by updating the Short and Long descriptions for various CLI commands.

  • Standardizes capitalization patterns in command descriptions (e.g., "Print" instead of "prints")
  • Adds detailed Long descriptions to several commands for better user guidance
  • Improves clarity and consistency in command help text across the client interface

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
client/cmd/version.go Updates version command description with more descriptive text
client/cmd/up.go Adds comprehensive description for network connection command
client/cmd/status.go Improves status command description and adds detailed Long text
client/cmd/ssh.go Capitalizes SSH command description
client/cmd/service_installer.go Capitalizes install command description
client/cmd/service.go Improves service management command description
client/cmd/profile.go Updates profile management commands with better descriptions
client/cmd/networks.go Clarifies networks command description
client/cmd/logout.go Improves deregister command description and adds warning
client/cmd/login.go Simplifies and clarifies login command description
client/cmd/down.go Improves disconnect command description with details
client/cmd/debug.go Simplifies debug command description

Short: "remove a profile",
Long: `Remove a profile from the NetBird client. The profile must not be active.`,
Short: "Remove a profile",
Long: `Remove a profile from the NetBird client. The profile must not be inactive.`,
Copy link
Preview

Copilot AI Aug 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logic is incorrect. The Long description says 'The profile must not be inactive' but this should likely be 'The profile must not be active' or 'The profile must be inactive', as you typically cannot remove an active profile.

Suggested change
Long: `Remove a profile from the NetBird client. The profile must not be inactive.`,
Long: `Remove a profile from the NetBird client. The profile must not be active.`,

Copilot uses AI. Check for mistakes.

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant