On Thu, Jun 16, 2011 at 03:59:36PM +0200, Ludwig Nussel wrote: > -static void usage(const char *progname) > +static const struct option long_options[] = { > + { "time", 0, NULL, 't' }, > + { "random", 0, NULL, 'r' }, > + { "force", 0, NULL, 128 }, ^^^^ Why not 'f' (as short option)? Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html