mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Fix printing 'rm' command usage when called with no arguments
This commit is contained in:
parent
07cd4ba83d
commit
85b3546c47
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Command(BaseCommand):
|
|||
def handle(self, *args, **options):
|
||||
self.console = component.get("ConsoleUI")
|
||||
if len(args) == 0:
|
||||
self.console.write(usage)
|
||||
self.console.write(self.usage)
|
||||
|
||||
torrent_ids = []
|
||||
for arg in args:
|
||||
|
|
Loading…
Add table
Reference in a new issue