]> granicus.if.org Git - zfs/commitdiff
Honor 80 character limit in 'zpool status'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 31 Jan 2013 19:02:21 +0000 (11:02 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 31 Jan 2013 19:06:57 +0000 (11:06 -0800)
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>
cmd/zpool/zpool_main.c

index 5ad93782c3dde09097be73ceb4e1dbdffadb02e3..c52bd3ed7662a93fef7b2dcc4d60dd2bae012691 100644 (file)
@@ -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: