]> git.r.bdr.sh - rbdr/blog/blobdiff - src/command/publish.rs
Add help
[rbdr/blog] / src / command / publish.rs
index d8ca9498bc8fc4c883a6392c9cc832fc1ee9afa0..d6116a4d63ba1868b2cab3e8829b54e741686953 100644 (file)
@@ -27,6 +27,6 @@ impl super::Command for Publish {
     }
 
     fn help(&self) -> &'static str {
-        "<destination>\tPublishes the blog to a remote host."
+        "<destination>\t\tPublishes the blog to a remote host"
     }
 }