On Wed, Jan 15, 2014 at 08:26:30PM -0800, Mitchel Humpherys wrote: > Some of the btrfs programs don't support -h or --help. It's not really a > problem since everyone seems to fall back to printing usage text when an > option is not recognized, so passing -h or --help usually gets you the > usage text. However, it also usually gets you a "invalid option -- 'h'". > > Fix this minor annoyance by adding proper support for -h and --help > where appropriate.
There was patch to add -h option, to fsck only as an example, and so far I don't think we need it for any command, when there's --help available. http://www.spinics.net/lists/linux-btrfs/msg29110.html As you say, it's a minor annoyance, I'd prefer to not use the -h option. david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html