Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
ac3ff720
Commit
ac3ff720
authored
Aug 04, 2013
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup help message
Split it naturally
parent
5464049b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
ip/link_veth.c
ip/link_veth.c
+2
-3
No files found.
ip/link_veth.c
View file @
ac3ff720
...
...
@@ -19,9 +19,8 @@
static
void
usage
(
void
)
{
printf
(
"Usage: ip link <options> type veth "
"[peer <options>]
\n
To get <options> type "
"'ip link add help'
\n
"
);
printf
(
"Usage: ip link <options> type veth [peer <options>]
\n
"
"To get <options> type 'ip link add help'
\n
"
);
}
static
int
veth_parse_opt
(
struct
link_util
*
lu
,
int
argc
,
char
**
argv
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment