aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/watch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/watch.rs')
-rw-r--r--src/cmd/watch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/watch.rs b/src/cmd/watch.rs
index 749638c..dae6f69 100644
--- a/src/cmd/watch.rs
+++ b/src/cmd/watch.rs
@@ -30,7 +30,7 @@ pub enum Error {
pub type Result<T> = std::result::Result<T, Error>;
pub fn cmd<'a, 'b>(app: clap::App<'a, 'b>) -> clap::App<'a, 'b> {
- app.about("Watch termcast streams")
+ app.about("Watch shellshare streams")
.arg(
clap::Arg::with_name("address")
.long("address")