[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b386dcb4-6c1e-c615-f737-e2bb3026b976@gmail.com>
Date: Fri, 22 Apr 2022 18:20:06 -0600
From: David Ahern <dsahern@...il.com>
To: Shannon Nelson <snelson@...sando.io>,
Jiri Pirko <jiri@...nulli.us>, netdev@...r.kernel.org
Cc: sthemmin@...rosoft.com
Subject: Re: [patch iproute2-next] devlink: introduce -h[ex] cmdline option to
allow dumping numbers in hex format
On 4/22/22 3:36 PM, Shannon Nelson wrote:
>> @@ -9053,6 +9056,7 @@ int main(int argc, char **argv)
>> { "statistics", no_argument, NULL, 's' },
>> { "Netns", required_argument, NULL, 'N' },
>> { "iec", no_argument, NULL, 'i' },
>> + { "hex", no_argument, NULL, 'h' },
>
> Can we use 'x' instead of 'h' here? Most times '-h' means 'help', and
> might surprise unsuspecting users when it isn't a help flag.
>
agreed. -h almost always means help
Powered by blists - more mailing lists