X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d620665f6b2e1ae5db4c98a09e35bd63133ae87f..2f579cf4c0d8ff95af78103783c7ca8f951cc797:/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" } }