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