From 1a54ecfe79736e77d0b26c834e37ba8b0e063436 Mon Sep 17 00:00:00 2001 From: Mario Splivalo Date: Mon, 10 Nov 2025 11:15:54 +0100 Subject: [PATCH] Clarify zpool status upgrade suggestion --- cmd/zpool/zpool_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index a6658a9c2800..2780b7643102 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -10608,7 +10608,7 @@ print_status_reason(zpool_handle_t *zhp, status_cbdata_t *cbp, "The pool can still be used, but some features are " "unavailable.\n")); snprintf(action, AC_SIZE, gettext("Enable all features using " - "'zpool upgrade'. Once this is done,\n\tthe pool may no " + "'zpool upgrade '. Once this is done,\n\tthe pool may no " "longer be accessible by software that does not support\n\t" "the features. See zpool-features(7) for details.\n")); break;