@@ -43,7 +43,7 @@ |
||
43 | 43 | $obsoleteList = TorrentListUtils::getObsoleteTorrents($torrentList); |
44 | 44 | if (!empty($obsoleteList)) { |
45 | 45 | $output->writeln('<comment>Found obsolete torrents, ' |
46 | - . 'remove it using transmission-cli torrent-remove-duplicates</comment>'); |
|
46 | + . 'remove it using transmission-cli torrent-remove-duplicates</comment>'); |
|
47 | 47 | TorrentListUtils::printTorrentsTable($obsoleteList, $output); |
48 | 48 | return 1; |
49 | 49 | } |