Skip to content

Commit

Permalink
chore: update import/export desc
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Sep 28, 2023
1 parent e14b0ec commit fe9cde9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/flipt/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func newExportCommand() *cobra.Command {

cmd := &cobra.Command{
Use: "export",
Short: "Export flags/segments/rules to file/stdout",
Short: "Export Flipt data to file/stdout",
RunE: export.run,
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/flipt/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func newImportCommand() *cobra.Command {

cmd := &cobra.Command{
Use: "import",
Short: "Import flags/segments/rules from file",
Short: "Import Flipt data from file/stdin",
RunE: importCmd.run,
}

Expand Down

0 comments on commit fe9cde9

Please sign in to comment.