summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-10 05:07:53 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-10 05:07:53 -0500
commit21ccf50a1705298273160d06eb2298d63403b34b (patch)
treef3f7bd3a06959553a5f4d30a501c90396f9a79ba
parent3169d8dd1ea043cf1a987ea4adf3f73122863832 (diff)
downloadlastfm-query-21ccf50a1705298273160d06eb2298d63403b34b.tar.gz
lastfm-query-21ccf50a1705298273160d06eb2298d63403b34b.zip
better help text
-rw-r--r--src/cmd/recommend.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/recommend.rs b/src/cmd/recommend.rs
index 6788e0c..2f613fa 100644
--- a/src/cmd/recommend.rs
+++ b/src/cmd/recommend.rs
@@ -24,7 +24,7 @@ pub fn subcommand<'a, 'b>() -> clap::App<'a, 'b> {
.arg(
clap::Arg::with_name("random")
.long("random")
- .help("pick a random artist instead of by weight")
+ .help("picks randomly instead of by weight")
)
.arg(
clap::Arg::with_name("album")