Skip to content

Commit 3b03a4c

Browse files
authored
Update wtclient.go
1 parent f743e49 commit 3b03a4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmd/commands/wtclient.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ func policy(ctx *cli.Context) error {
378378
var sessionCommands = cli.Command{
379379
Name: "session",
380380
Usage: "Manage watchtower client sessions.",
381-
Description: "Manage sessions with the watchtower client, including terminating sessions.",
381+
Description: "Manage sessions with the watchtower client, including " +
382+
"terminating sessions.",
382383
Subcommands: []cli.Command{
383384
terminateSessionCommand,
384385
},
@@ -387,7 +388,8 @@ var sessionCommands = cli.Command{
387388
var terminateSessionCommand = cli.Command{
388389
Name: "terminate",
389390
Usage: "Terminate a watchtower client session.",
390-
Description: "Terminate an active session with the watchtower client by ID.",
391+
Description: "Terminate an active session with the watchtower " +
392+
"client by ID.",
391393
ArgsUsage: "id",
392394
Action: actionDecorator(terminateSession),
393395
}

0 commit comments

Comments
 (0)