summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-02 15:57:23 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-02 15:57:24 +0100
commit6e2f1409a10df928880bf31620284de2c9accd16 (patch)
tree8362138d35e6b569ca2c7de032baa259aa9abb60
parentd961323c6f5f0abdecd302527094dbfd8373f8c7 (diff)
Update "about" to fit better what it does
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 344a971..b7ca69d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -215,7 +215,7 @@ fn main() -> Result<()> {
let matches = App::new("aklog-server")
.version("0.1.0")
.author("Mario Krehl <mario-krehl@gmx.de>")
- .about("Presents antikoerper-logfiles to grafana")
+ .about("Presents regex-parsable data to grafana")
.arg(Arg::with_name("config")
.short("c")
.long("config")