From b3e5bcec658b8b20740c30fcd18ed3eac5ee1a3e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 20 Sep 2024 17:59:49 +0200 Subject: [PATCH] utils/config: fix don't typo Signed-off-by: Peter Korsgaard Reviewed-by: Marcus Folkesson Signed-off-by: Yann E. MORIN --- utils/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config b/utils/config index 5f5e4362e5..dfaaf46cd7 100755 --- a/utils/config +++ b/utils/config @@ -30,7 +30,7 @@ commands: options: --file config-file .config file to change (default .config) - --keep-case|-k Keep next symbols' case (dont' upper-case it) + --keep-case|-k Keep next symbols' case (don't upper-case it) --package|-p Operate on package (set prefix to BR2_PACKAGE_) $myname doesn't check the validity of the .config file. This is done at next