aboutsummaryrefslogtreecommitdiff
path: root/src/command/publish_archive.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/publish_archive.rs')
-rw-r--r--src/command/publish_archive.rs2
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"
}
}