Skip to content

Commit

Permalink
Update commands/local_proxy_change_tld.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fabien Potencier <fabien@potencier.org>
  • Loading branch information
Nihilus118 and fabpot committed Jan 5, 2024
1 parent 7a23036 commit bae7859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/local_proxy_change_tld.go
Expand Up @@ -33,7 +33,7 @@ var localProxyTLD = &console.Command{
Category: "local",
Name: "proxy:tld",
Aliases: []*console.Alias{{Name: "proxy:change:tld"}},
Usage: "Change the TLD for the proxy",
Usage: "Display or change the TLD for the proxy",
Args: []*console.Arg{
{Name: "tld", Description: "The TLD for the project proxy"},
},
Expand Down

0 comments on commit bae7859

Please sign in to comment.