Skip to content

Commit

Permalink
consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nics committed Oct 23, 2023
1 parent a3b425d commit 2fc6707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/update_external_fields_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ func init() {
}

var updateExternalFields = &cobra.Command{
Use: "update-externalfields",
Short: "Update publication external_fields",
Use: "update-external-fields",
Short: "Update publication external fields",
RunE: func(cmd *cobra.Command, args []string) error {
mongoClient, err := mongo.Connect(
context.Background(),
Expand Down

0 comments on commit 2fc6707

Please sign in to comment.