On Tue, Oct 22, 2013 at 01:53:22PM +0800, Anand Jain wrote: > @@ -386,7 +395,7 @@ static int btrfs_scan_kernel(void *search) > static const char * const cmd_show_usage[] = { > - "btrfs filesystem show [options] [<path>|<uuid>]", > + "btrfs filesystem show [options|<path>|<uuid>]",
Options should stay separate from the path/uuid, you're extending the syntax to accept a device: "btrfs filesystem show [options] [<path>|<uuid>|<device>]", I'm fixing it locally, let me know if this doesn't match what you've intended. 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