diff options
Diffstat (limited to 'src/command/publish.rs')
| -rw-r--r-- | src/command/publish.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { - "<destination>\tPublishes the blog to a remote host." + "<destination>\t\tPublishes the blog to a remote host" } } |