Skip to content

Commit

Permalink
Updated import description (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc GREFFIER authored Jan 5, 2023
1 parent ed054dd commit 985aefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/michelin/kafkactl/ImportSubcommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.concurrent.Callable;
import java.util.stream.Collectors;

@Command(name = "import", description = "Import resources already present on the Kafka Cluster in ns4kafka")
@Command(name = "import", description = "Import unsynchronized resources")
public class ImportSubcommand implements Callable<Integer> {
/**
* Login service
Expand Down

0 comments on commit 985aefc

Please sign in to comment.