lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20120820090023.5d0bcd7a@nehalam.linuxnetplumber.net>
Date:	Mon, 20 Aug 2012 09:00:23 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Li Wei <lw@...fujitsu.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] iproute2: fix typo in help message.

On Mon, 20 Aug 2012 14:28:47 +0800
Li Wei <lw@...fujitsu.com> wrote:

> Signed-off-by: Li Wei <lw@...fujitsu.com>
> ---
>  bridge/fdb.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bridge/fdb.c b/bridge/fdb.c
> index 2bbdaa6..c6aa08e 100644
> --- a/bridge/fdb.c
> +++ b/bridge/fdb.c
> @@ -239,6 +239,6 @@ int do_fdb(int argc, char **argv)
>  	} else
>  		return fdb_show(0, NULL);
>  
> -	fprintf(stderr, "Command \"%s\" is unknown, try \"ip neigh help\".\n", *argv);
> +	fprintf(stderr, "Command \"%s\" is unknown, try \"bridge fdb help\".\n", *argv);
>  	exit(-1);
>  }

Applied
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ