Update suggested commands given by drive list

If the drive offset or cache status are unknown, 'drive list' suggests
running 'rip offset find' or 'rip drive analyze'.  Update these to
refer to whipper instead.
This commit is contained in:
Matt Robinson
2016-12-31 14:21:03 +00:00
parent d1ed80d62a
commit cf55d5e51e

View File

@@ -98,7 +98,7 @@ class List(BaseCommand):
" Configured read offset: %d\n" % offset)
except KeyError:
sys.stdout.write(
" No read offset found. Run 'rip offset find'\n")
" No read offset found. Run 'whipper offset find'\n")
try:
defeats = self.config.getDefeatsCache(
@@ -108,7 +108,7 @@ class List(BaseCommand):
except KeyError:
sys.stdout.write(
" Unknown whether audio cache can be defeated. "
"Run 'rip drive analyze'\n")
"Run 'whipper drive analyze'\n")
if not paths: