From c17e456c702bfdf3bc3189553bb302215849ab67 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 2 Jan 2021 15:57:23 +0100 Subject: Update "about" to fit better what it does Signed-off-by: Matthias Beyer --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ") - .about("Presents antikoerper-logfiles to grafana") + .about("Presents regex-parsable data to grafana") .arg(Arg::with_name("config") .short("c") .long("config") -- cgit v1.2.3