mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-25 02:49:32 +03:00
Honor 80 character limit in 'zpool status'
This is a minor nit, but the second line of the 'action' message when you need to upgrade your pool to support feature flags exceeds the standard 80 character limit. Fix it by moving the word 'feature' on to the third line. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
36f86f73f6
commit
f52b31eaf0
@ -4090,8 +4090,8 @@ status_callback(zpool_handle_t *zhp, void *data)
|
||||
"but some features are unavailable.\n"));
|
||||
(void) printf(gettext("action: Upgrade the pool using 'zpool "
|
||||
"upgrade'. Once this is done, the\n\tpool will no longer "
|
||||
"be accessible on software that does not support feature\n"
|
||||
"\tflags.\n"));
|
||||
"be accessible on software that does not support\n\t"
|
||||
"feature flags.\n"));
|
||||
break;
|
||||
|
||||
case ZPOOL_STATUS_VERSION_NEWER:
|
||||
|
Loading…
Reference in New Issue
Block a user