From fff9871703a93cf694a3da2e5c2b14cdba9525a4 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 16 Nov 2023 13:12:06 -0800 Subject: [PATCH] fix: typo --- riprip/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riprip/Cargo.toml b/riprip/Cargo.toml index 1c4a836..b91ebc6 100644 --- a/riprip/Cargo.toml +++ b/riprip/Cargo.toml @@ -61,7 +61,7 @@ description = "Skip the drive and disc summary and jump straight to ripping." long = "--reset" description = "Flip 'likely' samples back to 'maybe', keeping their values, but resetting all counts to one. This is a softer alternative to --no-resume, and will not affect tracks confirmed by AccurateRip/CUETools." -[[package.metadata.bashman.status]] +[[package.metadata.bashman.switches]] long = "--status" description = "Print the status of the individual track rips (that you presumably already started) to STDERR and exit. Note that only the --no-summary, --confidence, and -r/--rereads options have any meaning in this mode."