diff --git a/src/finish.py b/src/finish.py index 4d337b3..860915b 100755 --- a/src/finish.py +++ b/src/finish.py @@ -376,7 +376,7 @@ bind -x '"\\e\\\\": _finish_complete' if marker in text: return rc.write_text(text + "\n" + snippet) - console.print("[green]Key-binding installed (Alt+\\)[/] – restart your shell.") + console.print("[green]Key-binding installed (Alt+\\)[/] - restart your shell.") def main(): # Handle readline-complete flag before argparse (for bash bind -x)