On Tue, Jun 12, 2007 at 02:11:06PM -0700, Glenn Skinner wrote: > > - zpool create [-fn] [-R root] [-m mountpoint] pool vdev ... > + zpool create [-fn] [-R root] [-m mountpoint] [-o property=value] > + pool vdev ... > > A small nit: Rather than the single occurrence of -o permitted by the > revised synopsis above, you intend to allow multiple occurrences, > right? >
Yes, that is correct. The syntax should match that of zfs(1M), and allow for multiple instances of '-o'. - Eric -- Eric Schrock, Solaris Kernel Development http://blogs.sun.com/eschrock
