From 82d94650a524b29a623325b8a1002bd51761e8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 29 Jul 2023 16:59:46 +0200 Subject: [PATCH] docs: better description --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 12d3aef..51fe842 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -7,7 +7,7 @@ use std::time::Duration; #[derive(Parser)] #[command(name = "timers")] -/// A advanced timer daemon/cli. +/// A simple timer daemon/cli. pub struct Cli { #[command(subcommand)] pub command: Command,