X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d620665f6b2e1ae5db4c98a09e35bd63133ae87f..2f579cf4c0d8ff95af78103783c7ca8f951cc797:/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" } }