aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/src/main.rs
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-06-07 17:59:18 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-06-07 17:59:18 +0200
commit01e996ce32e13bd47be938dcb8db83778658b3a1 (patch)
tree09882221a17155132d941f4b0be7d0e2d7a6fa11 /mumctl/src/main.rs
parentc6d63f0b5c231bfc42128a670923a660fabd1835 (diff)
downloadmum-01e996ce32e13bd47be938dcb8db83778658b3a1.tar.gz
send message documentation
Diffstat (limited to 'mumctl/src/main.rs')
-rw-r--r--mumctl/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs
index 7d02582..d1d0a62 100644
--- a/mumctl/src/main.rs
+++ b/mumctl/src/main.rs
@@ -94,10 +94,10 @@ enum Target {
Channel {
/// The message to send
message: String,
- /// If the message should be sent recursivley to sub-channels
+ /// If the message should be sent recursively to sub-channels
#[structopt(short = "r", long = "recursive")]
recursive: bool,
- /// Which channels to send to
+ /// Which channels to send to. Defaults to current channel if left empty
names: Vec<String>,
},
User {