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_archive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/publish_archive.rs') diff --git a/src/command/publish_archive.rs b/src/command/publish_archive.rs index 4275c38..6b98b1a 100644 --- a/src/command/publish_archive.rs +++ b/src/command/publish_archive.rs @@ -27,6 +27,6 @@ impl super::Command for PublishArchive { } fn help(&self) -> &'static str { - "\tPublishes the archive to a remote host." + "\tPublishes the archive to a remote host" } } -- cgit