From 2f579cf4c0d8ff95af78103783c7ca8f951cc797 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 23 Feb 2024 21:03:40 +0000 Subject: Add help --- src/command/add.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/add.rs') diff --git a/src/command/add.rs b/src/command/add.rs index 36f25a0..4c80917 100644 --- a/src/command/add.rs +++ b/src/command/add.rs @@ -27,6 +27,6 @@ impl super::Command for Add { } fn help(&self) -> &'static str { - "\t\tCreates new blog post" + "\t\t\tCreates new blog post" } } -- cgit