Jani Nikula <[email protected]> writes:

> -     ret = notmuch_help_command (NULL, argc - 1, &argv[1]);
> +     /*
> +      * Pass the first positional argument as argv[1] so the help
> +      * command can give help for it. The help command ignores the
> +      * argv[0] passed to it.
> +      */
> +     ret = notmuch_help_command (NULL, argc - opt_index + 1,
> +                                 argv + opt_index - 1);
>       goto DONE;
>      }

LGTM
_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to