From 2f579cf4c0d8ff95af78103783c7ca8f951cc797 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 23 Feb 2024 21:03:40 +0000 Subject: Add help --- src/command/publish.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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" } } -- cgit