diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-23 21:03:40 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-23 21:03:40 +0000 |
| commit | 2f579cf4c0d8ff95af78103783c7ca8f951cc797 (patch) | |
| tree | 1c8141b72a615b7ac3084630e06a892ebba4d497 /src/command/publish_archive.rs | |
| parent | d620665f6b2e1ae5db4c98a09e35bd63133ae87f (diff) | |
Add help
Diffstat (limited to 'src/command/publish_archive.rs')
| -rw-r--r-- | src/command/publish_archive.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { - "<destination>\tPublishes the archive to a remote host." + "<destination>\tPublishes the archive to a remote host" } } |