]> git.r.bdr.sh - rbdr/blog/blobdiff - src/command/add.rs
Add help
[rbdr/blog] / src / command / add.rs
index 36f25a0716265acc8fa4aff55c99f55bc1a1e712..4c809177756e6578360e2a90a60084643c769dbf 100644 (file)
@@ -27,6 +27,6 @@ impl super::Command for Add {
     }
 
     fn help(&self) -> &'static str {
-        "<path_to_post>\t\tCreates new blog post"
+        "<path_to_post>\t\t\tCreates new blog post"
     }
 }