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)
commitf52b31eaf0301feeb308fbc46f696eb44d0ae523
tree149bc5097f9184f26cb445193b3750701ff6825f
parent36f86f73f68548f46eb3229c8adf583d59fa9988
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>
cmd/zpool/zpool_main.c