Skip to content

Commit

Permalink
Update ImportCmd.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl authored Jun 28, 2023
1 parent b324991 commit 30f974f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

@CommandLine.Command(name = "import", description = "Created a specification from various import types. Remember to place all necessary plugin extensions in the classpath. \n\nHint for sg1 import where menv shoudl be enabled. Use the follding to " +
@CommandLine.Command(name = "import", description = "Created a specification from various import types. Remember to place all necessary plugin extensions in the classpath. \n\nHint for sg1 import where menv should be enabled. Use the following to " +
"generate the extra input file:'jq '.parameters|keys|{\"environmentParameters\":.}' mm.json > menv.json'", mixinStandardHelpOptions = true)
public class ImportCmd implements Callable<Integer> {
static final Predicate<File> jsonFileFilter = f -> f.getName().toLowerCase().endsWith(".json");
Expand Down

0 comments on commit 30f974f

Please sign in to comment.