aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2022-05-08 22:32:18 +0200
committerMichal Kubecek <mkubecek@suse.cz>2022-05-08 22:32:18 +0200
commit42e6c28f8d41d701074389c865643600c202e418 (patch)
tree8bfef877db280eb61d9fd2433ef9862b499f5788
parente1d0a19b6a29ce6a1349c387b5a933c7d2dc438a (diff)
downloadethtool-42e6c28f8d41d701074389c865643600c202e418.tar.gz
help: fix alignment of rx-buf-len parameter
Recently added rx-buf-len parameter of -G (--set-ring) command uses spaces rather than tabs for alignment, resulting in misaligned help text. Replace with tabs which is what other parameters use. Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
-rw-r--r--ethtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethtool.c b/ethtool.c
index 4f5c234..2772530 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -5732,7 +5732,7 @@ static const struct option args[] = {
" [ rx-mini N ]\n"
" [ rx-jumbo N ]\n"
" [ tx N ]\n"
- " [ rx-buf-len N]\n"
+ " [ rx-buf-len N]\n"
},
{
.opts = "-k|--show-features|--show-offload",