Skip to content

Commit

Permalink
fix: correct help message for import
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik <zepatrik@users.noreply.github.com>
  • Loading branch information
aeneasr and zepatrik committed Sep 28, 2020
1 parent a7708f0 commit a5f46d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/identities/import.go
Expand Up @@ -25,7 +25,7 @@ var importCmd = &cobra.Command{
kratos identities import file.json
kratos identities import <(cat file.json)
cat file.json | kratos identities import
Files are expected to each contain a single identity. The validity of files can be tested beforehand using "... identities validate".
Expand Down

0 comments on commit a5f46d2

Please sign in to comment.