summaryrefslogtreecommitdiff
path: root/ethtool.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2011-10-28 23:05:16 +0100
committerBen Hutchings <bhutchings@solarflare.com>2011-11-01 16:50:57 +0000
commit5117ef51c509d97694ecdd5a5fb693e8acd85232 (patch)
tree52974e3d5e0bef670b98456dcfc5dd8478ca79fb /ethtool.c
parent36361ece572d3a88e35226ef17d37b5b275c8843 (diff)
downloadethtool-5117ef51c509d97694ecdd5a5fb693e8acd85232.tar.gz
Fix format of help text for -f option
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'ethtool.c')
-rw-r--r--ethtool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethtool.c b/ethtool.c
index f772f61..aab1e41 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -229,9 +229,9 @@ static struct option {
"options",
" [ rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|"
"tcp6|udp6|ah6|esp6|sctp6 ]\n" },
- { "-f", "--flash", MODE_FLASHDEV, "FILENAME " "Flash firmware image "
+ { "-f", "--flash", MODE_FLASHDEV, "Flash firmware image "
"from the specified file to a region on the device",
- " [ REGION-NUMBER-TO-FLASH ]\n" },
+ " FILENAME [ REGION-NUMBER-TO-FLASH ]\n" },
{ "-N", "--config-nfc", MODE_SNFC, "Configure Rx network flow "
"classification options",
" [ rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|"