Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace rip command suggestions with 'whipper' #114

Merged
merged 1 commit into from
Jan 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion misc/morituri-uninstalled
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PROJECT=`basename $self | sed s/-.*//g`
VERSION=`basename $self | sed s/.*-//g`
COMMAND=$PROJECT
# override if the command line name to be completed is different
COMMAND=rip
COMMAND=whipper

options=

Expand Down
2 changes: 1 addition & 1 deletion morituri/command/cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def handle_arguments(self):

if self.options.offset is None:
raise ValueError("Drive offset is unconfigured.\n"
"Please install pycdio and run 'rip offset "
"Please install pycdio and run 'whipper offset "
"find' to detect your drive's offset or set it "
"manually in the configuration file. It can "
"also be specified at runtime using the "
Expand Down
2 changes: 1 addition & 1 deletion morituri/command/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class MusicBrainzNGS(BaseCommand):
summary = "examine MusicBrainz NGS info"
description = """Look up a MusicBrainz disc id and output information.

You can get the MusicBrainz disc id with rip cd info.
You can get the MusicBrainz disc id with whipper cd info.

Example disc id: KnpGsLhvH.lPrNc1PBL21lb9Bg4-"""

Expand Down