Skip to content

Commit

Permalink
chore: update --help
Browse files Browse the repository at this point in the history
Signed-off-by: black-desk <[email protected]>
  • Loading branch information
black-desk committed May 26, 2024
1 parent 58af66c commit 1940eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cgtproxy/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var flags struct {

var rootCmd = &cobra.Command{
Use: "cgtproxy",
Short: "A transparent network proxy manager for deepin",
Short: "A transparent network proxy manager.",
RunE: func(cmd *cobra.Command, args []string) (err error) {
defer func() {
if err == nil {
Expand Down

0 comments on commit 1940eb3

Please sign in to comment.