From: Bin Meng Date: Wed, 11 Oct 2023 13:15:47 +0000 (+0800) Subject: cmd: ufs: Correct the help text X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=ba537e9b27acf0c4e6f9c474fe708f3997129936;p=u-boot.git cmd: ufs: Correct the help text Remove the additional space and use "sub-system" for consistency with other commands like "scsi" and "usb". Signed-off-by: Bin Meng Reviewed-by: Simon Glass Reviewed-by: Neha Malcom Francis --- diff --git a/cmd/ufs.c b/cmd/ufs.c index 143e946370..2c8d88df18 100644 --- a/cmd/ufs.c +++ b/cmd/ufs.c @@ -32,6 +32,6 @@ static int do_ufs(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) } U_BOOT_CMD(ufs, 3, 1, do_ufs, - "UFS sub system", + "UFS sub-system", "init [dev] - init UFS subsystem\n" );