sbin/newfs_hammer: Check/initialize uuid after getopt
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 26 Sep 2016 23:54:11 +0000 (08:54 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 6 Oct 2016 20:33:04 +0000 (05:33 +0900)
commit81a213a5af8fff462a897722e2cd6bae0b33057d
treea16da428eb3bc7b6a136ef546cf0042caa49900f
parent2dd9a2a557ca1e20ed61f230f8e117a03d82ea03
sbin/newfs_hammer: Check/initialize uuid after getopt

Allow the program to go through options even with invalid uuid,
so it at least allows some basic options like -h.
This is same as what sbin/hammer does.
sbin/hammer/hammer.c
sbin/newfs_hammer/newfs_hammer.c