]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change full path subcommand flag from -p to -P
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 26 Feb 2016 16:57:30 +0000 (08:57 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 26 Feb 2016 17:06:26 +0000 (09:06 -0800)
commita77f29f93c8d016f17d9b77f39662e311774aaae
tree0ed86ff9a18d97badb8f38d9b63e37f8ec096a86
parentd2f3e292dccab23e47ade3c67677a10f353b9e85
Change full path subcommand flag from -p to -P

Commit d2f3e29 introduced the -p option which outputs full paths
for vdevs to multiple zpool subcommands.  When this was merged
there was no conflict for this flag letter.  However it's certain
there will be a conflict with the -p (parsable) flag used by other
subcommands.  Therefore, -p is being changed to -P to avoid this.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4368
cmd/zpool/zpool_main.c
man/man8/zpool.8