Skip to content

Commit

Permalink
Fix footer Jline2 Example.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Bernard <sbernard@sierrawireless.com>
  • Loading branch information
sbernard31 authored and remkop committed Aug 2, 2021
1 parent 1b851e6 commit 7e86ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picocli-shell-jline2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class Example {
* Top-level command that just prints help.
*/
@Command(name = "", description = "Example interactive shell with completion",
footer = {"", "Press Ctrl-D to exit."},
footer = {"", "Press Ctrl-C to exit."},
subcommands = {MyCommand.class, ClearScreen.class, ReadInteractive.class})
static class CliCommands implements Runnable {
final ConsoleReader reader;
Expand Down

0 comments on commit 7e86ab6

Please sign in to comment.