commit | 45e4968e741440594d24137b3978c5fff52a025e | [log] [tgz] |
---|---|---|
author | Alexandre Besnard <alexandre.besnard@softathome.com> | Fri Dec 20 15:25:22 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 16 09:39:45 2020 -0500 |
tree | b0c6f0b72c4004a47cc15f667b834c295dfbd1a1 | |
parent | 954ab3c7b78ffb5ad469fed9306298631e4f54f7 [diff] |
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>