[PATCH 1/3] modprobe-small: document '-n' in depmod usage

Denys Vlasenko vda.linux at googlemail.com
Sun Feb 12 20:37:56 UTC 2017


Applied, thanks

On Thu, Feb 9, 2017 at 3:48 PM, Kang-Che Sung <explorer09 at gmail.com> wrote:
> Signed-off-by: Kang-Che Sung <explorer09 at gmail.com>
> ---
>  modutils/modprobe-small.c | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c
> index 431b8aeb2..41fd89172 100644
> --- a/modutils/modprobe-small.c
> +++ b/modutils/modprobe-small.c
> @@ -893,8 +894,11 @@ The following options are useful for people managing distributions:
>
>  //usage:#if ENABLE_MODPROBE_SMALL
>
> -//usage:#define depmod_trivial_usage NOUSAGE_STR
> -//usage:#define depmod_full_usage ""
> +//usage:#define depmod_trivial_usage "[-n]"
> +//usage:#define depmod_full_usage "\n\n"
> +//usage:       "Generate modules.dep.bb"
> +//usage:     "\n"
> +//usage:     "\n       -n      Dry run: print file to stdout"
>
>  //usage:#define insmod_trivial_usage
>  //usage:       "FILE" IF_FEATURE_CMDLINE_MODULE_OPTIONS(" [SYMBOL=VALUE]...")
> --
> 2.11.0
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list