Signed-Off-By: Pete Zaitcev <[email protected]>
---
tools/chcli.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/chcli.c b/tools/chcli.c
index 1c3576d..7f3858e 100644
--- a/tools/chcli.c
+++ b/tools/chcli.c
@@ -579,7 +579,7 @@ static int cmd_get(void)
}
if (key_data_len < 1 || key_data_len > CHD_KEY_SZ) {
- fprintf(stderr, "PUT: invalid key size %u\n",
+ fprintf(stderr, "GET: invalid key size %u\n",
(unsigned int) key_data_len);
return 1;
}
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html