Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ray Milkey
2015-01-22 17:06:00 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
82895d772b8c17d9a1c2b25ce8f2bafcb062cc6c
82895d77
1 parent
0cd4282c
Fix typo in help string
Change-Id: I86b774dfe59ef8659657bbbad295fd8840f80f5e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
cli/src/main/java/org/onosproject/cli/net/AddFlowsCommand.java
cli/src/main/java/org/onosproject/cli/net/AddFlowsCommand.java
View file @
82895d7
...
...
@@ -47,7 +47,7 @@ import java.util.concurrent.Future;
* Installs many many flows.
*/
@Command
(
scope
=
"onos"
,
name
=
"add-flows"
,
description
=
"Installs a
flow rules
"
)
description
=
"Installs a
number of test flow rules - for testing only
"
)
public
class
AddFlowsCommand
extends
AbstractShellCommand
{
@Argument
(
index
=
0
,
name
=
"flowPerDevice"
,
description
=
"Number of flows to add per device"
,
...
...
Please
register
or
login
to post a comment