From 29d2830db132b35050a22f07fd035f4a9ab6b3e5 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Tue, 28 Mar 2023 21:59:02 +0200 Subject: [PATCH] docs(cli): Fix doc comment on publish command Add a sensible message... --- lib/cli/src/commands/publish.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/src/commands/publish.rs b/lib/cli/src/commands/publish.rs index ff0ba007858..d698ec61ef3 100644 --- a/lib/cli/src/commands/publish.rs +++ b/lib/cli/src/commands/publish.rs @@ -1,6 +1,6 @@ use clap::Parser; -/// CLI options for the `wasmer publish` command +/// Publish a package to the package registry. #[derive(Debug, Parser)] pub struct Publish { /// Registry to publish to