cmd/blk_common: clarify no partition error message
authorAlexandre Besnard <alexandre.besnard@softathome.com>
Fri, 20 Dec 2019 14:25:22 +0000 (15:25 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 14:39:45 +0000 (09:39 -0500)
commit45e4968e741440594d24137b3978c5fff52a025e
treeb0c6f0b72c4004a47cc15f667b834c295dfbd1a1
parent954ab3c7b78ffb5ad469fed9306298631e4f54f7
cmd/blk_common: clarify no partition error message

When no partition table is found, users should be warned so.
Warning that no device is available in this case could be misleading,
especially as it is the same error when no device is selected.

Signed-off-by: Alexandre Besnard <alexandre.besnard@softathome.com>
cmd/blk_common.c