From 7f3931a22605cd750acd3a155316dc7150262677 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Tue, 18 Apr 2023 17:14:03 +0300 Subject: [PATCH] Improve documentation Signed-off-by: Alexandru Vasile --- cli/src/commands/metadata.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/src/commands/metadata.rs b/cli/src/commands/metadata.rs index 014d2cf6bc..d79a30ef8f 100644 --- a/cli/src/commands/metadata.rs +++ b/cli/src/commands/metadata.rs @@ -20,6 +20,9 @@ pub struct Opts { format: String, /// Generate a subset of the metadata that contains only the /// types needed to represent the provided pallets. + /// + /// The returned metadata is updated to the latest available version + /// when using the option. #[clap(long, use_value_delimiter = true, value_parser)] pallets: Option>, }