Skip to content

Commit

Permalink
Update global alias (#214)
Browse files Browse the repository at this point in the history
* Update global namespace alias
  • Loading branch information
yux0 authored Jun 1, 2022
1 parent b0d6244 commit ca0557c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var (
FlagClustersAlias = []string{"cl"}
FlagClusterMembershipRole = "role"
FlagIsGlobalNamespace = "global-namespace"
FlagIsGlobalNamespaceAlias = []string{"gd"}
FlagIsGlobalNamespaceAlias = []string{"gn"}
FlagNamespaceData = "namespace-data"
FlagNamespaceDataAlias = []string{"dmd"}
FlagPromoteNamespace = "promote-namespace"
Expand Down

0 comments on commit ca0557c

Please sign in to comment.