]> git.proxmox.com Git - mirror_iproute2.git/commit
dcb: Remove unsupported command line arguments from getopt_long()
authorPetr Machata <me@pmachata.org>
Thu, 10 Dec 2020 23:02:15 +0000 (00:02 +0100)
committerDavid Ahern <dsahern@gmail.com>
Mon, 14 Dec 2020 16:40:32 +0000 (16:40 +0000)
commit7fe954ee34764eec65ed8b272b4b11c5a36f73a4
treed79eea9cbd5de4de7648cc03b2da90dd164d2764
parent6e9bfdcdde44022de0ca9a924eb29491469b9a95
dcb: Remove unsupported command line arguments from getopt_long()

getopt_long() currently includes "c" and "n" in the short option string.
These probably slipped in as a cut'n'paste, and are not actually accepted.
Remove them.

Signed-off-by: Petr Machata <me@pmachata.org>
Signed-off-by: David Ahern <dsahern@gmail.com>
dcb/dcb.c