From cf55d5e51e7115570a928833693af003b5f798bf Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Sat, 31 Dec 2016 14:21:03 +0000 Subject: [PATCH] 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. --- morituri/command/drive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/morituri/command/drive.py b/morituri/command/drive.py index 91b43ed..e8d4498 100644 --- a/morituri/command/drive.py +++ b/morituri/command/drive.py @@ -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: