summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")