From 09291011047844f7df024ea13c5322840185d8c5 Mon Sep 17 00:00:00 2001 From: Marcus Folkesson Date: Wed, 30 Mar 2022 10:02:40 +0200 Subject: [PATCH] kas-container: fix typo in help text cleanstate -> cleansstate Signed-off-by: Marcus Folkesson Signed-off-by: Jan Kiszka --- kas-container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kas-container b/kas-container index 32ff12e..cfa87c8 100755 --- a/kas-container +++ b/kas-container @@ -40,7 +40,7 @@ usage() printf "%b" "for-all-repos\t\tRun specified command in each repository.\n" printf "%b" "clean\t\t\tClean build artifacts, keep sstate cache and " \ "downloads.\n" - printf "%b" "cleanstate\t\tClean build artifacts and sstate cache, " \ + printf "%b" "cleansstate\t\tClean build artifacts and sstate cache, " \ "keep downloads.\n" printf "%b" "cleanall\t\tClean build artifacts, sstate cache and " \ "downloads.\n"