On Thu, May 13, 2010 at 10:34:27PM +0200, Yann Droneaud wrote: > > + if (freeze == -1) > > + errx(EXIT_FAILURE, _("no action specified")); > > + if (optind == argc) > > + errx(EXIT_FAILURE, _("no filename specified")); > > + > > Otherwise, check that optind + 1 == argc to allow only one mount point > to be specified. Ah.. yes. Fixed and committed. Thanks for review. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html