Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
change any lowercase to uppercase, close #2795
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Mar 10, 2021
1 parent efba938 commit c0a480f
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion cmd/fluxctl/save_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func newSave(parent *rootOpts) *saveOpts {
func (opts *saveOpts) Command() *cobra.Command {
cmd := &cobra.Command{
Use: "save --out config/",
Short: "save workload definitions to local files in cluster-native format",
Short: "Save workload definitions to local files in cluster-native format",
Example: makeExample(
"fluxctl save",
),
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluxctl/sync_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func newSync(parent *rootOpts) *syncOpts {
func (opts *syncOpts) Command() *cobra.Command {
cmd := &cobra.Command{
Use: "sync",
Short: "synchronize the cluster with the git repository, now",
Short: "Synchronize the cluster with the git repository, now",
RunE: opts.RunE,
}
return cmd
Expand Down
Loading

0 comments on commit c0a480f

Please sign in to comment.