Hi, On Sun, Jun 02, 2013 at 05:47:38PM +0200, Dieter Ries wrote: > For this to have any effect, 'h' must be added to getopt_long(), see > attached patch 1. > > However, this results in btrfsck -h and --help doing different things: > > --help prints the usage message to stdout and exits with exit(0). > -h prints the usage message to stderr and exits with exit(129). > > I made a patch to fix this, see attached patch 2. > What it doesn't fix though is, that -h/--help and -? don't do the same > thing. This is more complicated, as getop_long returns '?' for unknown > options. FYI, both patchess added to integration. david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
