File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
func ingestCmd () * cobra.Command {
12
12
ic := & ingest.Command {}
13
13
cmd := & cobra.Command {
14
- Use : "ingest [flags] <workload > [-- <command with arguments ...> ]" ,
14
+ Use : "ingest [flags] <name > [-- [[docker run flags] <image name>] OR [<command>]] args ...]" ,
15
15
Args : cobra .MinimumNArgs (1 ),
16
16
Short : "Ingest a container" ,
17
17
Annotations : map [string ]string {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
func interceptCmd () * cobra.Command {
11
11
ic := & intercept.Command {}
12
12
cmd := & cobra.Command {
13
- Use : "intercept [flags] <intercept_base_name > [-- <command with arguments ...> ]" ,
13
+ Use : "intercept [flags] <name > [-- [[docker run flags] <image name>] OR [<command>]] args ...]" ,
14
14
Args : cobra .MinimumNArgs (1 ),
15
15
Short : "Intercept a service" ,
16
16
Annotations : map [string ]string {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
func replaceCmd () * cobra.Command {
11
11
ic := & intercept.Command {}
12
12
cmd := & cobra.Command {
13
- Use : "replace [flags] <replace_base_name > [-- <command with arguments ...> ]" ,
13
+ Use : "replace [flags] <name > [-- [[docker run flags] <image name>] OR [<command>]] args ...]" ,
14
14
Args : cobra .MinimumNArgs (1 ),
15
15
Short : "Replace a container" ,
16
16
Annotations : map [string ]string {
You can’t perform that action at this time.
0 commit comments