From 94e2727bd0df25b112e5533b57d9b7017119b46a Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 15 Feb 2022 11:30:26 -0600 Subject: [PATCH] docs(builder): Clarify command-wide --- src/build/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/command.rs b/src/build/command.rs index 603479d4a35..1c98c2321f6 100644 --- a/src/build/command.rs +++ b/src/build/command.rs @@ -837,7 +837,7 @@ impl<'help> App<'help> { } } -/// Command-wide Settings +/// Application-wide (i.e. global) Settings /// /// These settings will apply to the top-level command and all subcommands, by default. Some /// settings can be overridden in subcommands.