On Mon, Nov 04, 2019 at 02:33:06PM +0800, Anand Jain wrote:
> Transpire global --verbose option down to the btrfs receive sub-command.
>
> Suggested-by: David Sterba <dsterba@xxxxxxxx>
> Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx>
> ---
> cmds/filesystem.c | 16 +++++++++-------
> 1 file changed, 9 insertions(+), 7 deletions(-)
>
> diff --git a/cmds/filesystem.c b/cmds/filesystem.c
> index 4f22089abeaa..819b9fd1fcc5 100644
> --- a/cmds/filesystem.c
> +++ b/cmds/filesystem.c
> @@ -844,11 +844,12 @@ static const char * const cmd_filesystem_defrag_usage[] = {
> "(e.g., files copied with 'cp --reflink', snapshots) which may cause",
> "considerable increase of space usage. See btrfs-filesystem(8) for",
> "more information.",
> + HELPINFO_GLOBAL_OPTIONS_HEADER,
> + HELPINFO_INSERT_VERBOSE,
Please not that this needs to be put right after the command options,
ie. before the paragraph.