kas-container: fix typo in help text

cleanstate -> cleansstate

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Marcus Folkesson 2022-03-30 10:02:40 +02:00 committed by Jan Kiszka
parent 7909ee2b18
commit 0929101104

View File

@ -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"