aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2024-03-11 10:32:05 -0700
committerStephen Hemminger <stephen@networkplumber.org>2024-03-11 10:32:05 -0700
commit88f0b157e9963c020f29678c0004fc6bbca4bb46 (patch)
tree7f749009b51570f8a42ccd9c8a78b77178751a2b
parent0891990b0a93f395e08fc1b9ef3e53f5ee2154c2 (diff)
downloadiproute2-88f0b157e9963c020f29678c0004fc6bbca4bb46.tar.gz
tc/action: remove trailing whitespace
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--tc/m_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/m_action.c b/tc/m_action.c
index f180ba097..d26a1c522 100644
--- a/tc/m_action.c
+++ b/tc/m_action.c
@@ -41,7 +41,7 @@ static void act_usage(void)
*/
fprintf(stderr,
"usage: tc actions <ACTSPECOP>*\n"
- "Where: ACTSPECOP := ACR | GD | FL\n"
+ "Where: ACTSPECOP := ACR | GD | FL\n"
" ACR := add | change | replace <ACTSPEC>*\n"
" GD := get | delete | <ACTISPEC>*\n"
" FL := ls | list | flush | <ACTNAMESPEC>\n"