Remove unused option -r from zpool.

Submitted by:	Richard Yao <ryao gentoo org>
MFC after:	2 weeks
This commit is contained in:
Xin LI 2014-03-19 23:04:52 +00:00
parent a8691d0792
commit cd3ea9e055
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263385

View File

@ -1969,7 +1969,7 @@ zpool_do_import(int argc, char **argv)
char *endptr;
/* check options */
while ((c = getopt(argc, argv, ":aCc:d:DEfFmnNo:rR:T:VX")) != -1) {
while ((c = getopt(argc, argv, ":aCc:d:DEfFmnNo:R:T:VX")) != -1) {
switch (c) {
case 'a':
do_all = B_TRUE;