summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-04-28 09:37:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-29 08:41:49 +0200
commit9d5825a9d044ea8826143fc93150cc78630a3150 (patch)
tree33f5733ca0f1b804c8f0dc23fbb60280142d8760 /commands
parent24b9cad042788cc974ad4345d59a5c875fdbcf00 (diff)
downloadbarebox-9d5825a9d044ea8826143fc93150cc78630a3150.tar.gz
barebox-9d5825a9d044ea8826143fc93150cc78630a3150.tar.xz
commands: fix misindented help text
Kconfiglib used by scripts/kconfig-lint.py chokes on this misindentation. Fix it Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index a0c2828983..77637f916c 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -809,7 +809,7 @@ config CMD_FILETYPE
select FILETYPE
prompt "filetype"
help
-Detect file type
+ Detect file type
Usage: filetype [-vsl] FILE