diff --git a/deluge/ui/console/modes/legacy.py b/deluge/ui/console/modes/legacy.py index bd2123d3c..0a46b051b 100644 --- a/deluge/ui/console/modes/legacy.py +++ b/deluge/ui/console/modes/legacy.py @@ -595,7 +595,7 @@ class Legacy(BaseMode, component.Component): # line. for cmd in self.console._commands: if cmd.startswith(line): - possible_matches.append(cmd + " ") + possible_matches.append(cmd) line_prefix = "" else: