X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d620665f6b2e1ae5db4c98a09e35bd63133ae87f..5f81d796fed4e4efbaf6dbed7d3c69481afddeb3:/src/command/publish.rs diff --git a/src/command/publish.rs b/src/command/publish.rs index d8ca949..d6116a4 100644 --- a/src/command/publish.rs +++ b/src/command/publish.rs @@ -27,6 +27,6 @@ impl super::Command for Publish { } fn help(&self) -> &'static str { - "\tPublishes the blog to a remote host." + "\t\tPublishes the blog to a remote host" } }