Skip to content

Commit

Permalink
Add example connection string to prelude connect
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Jul 27, 2022
1 parent fee6ee8 commit 3ec4c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -3244,7 +3244,7 @@ func BindCommands(con *console.SliverConsoleClient) {
return nil
},
Args: func(a *grumble.Args) {
a.String("connection-string", "connection string to the Operator Host")
a.String("connection-string", "connection string to the Operator Host (e.g. 127.0.0.1:1234)")
},
Flags: func(f *grumble.Flags) {
f.Bool("s", "skip-existing", false, "Do not add existing sessions as Operator Agents")
Expand Down

0 comments on commit 3ec4c51

Please sign in to comment.