File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,8 @@ func policy(ctx *cli.Context) error {
378
378
var sessionCommands = cli.Command {
379
379
Name : "session" ,
380
380
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." ,
382
383
Subcommands : []cli.Command {
383
384
terminateSessionCommand ,
384
385
},
@@ -387,7 +388,8 @@ var sessionCommands = cli.Command{
387
388
var terminateSessionCommand = cli.Command {
388
389
Name : "terminate" ,
389
390
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." ,
391
393
ArgsUsage : "id" ,
392
394
Action : actionDecorator (terminateSession ),
393
395
}
You can’t perform that action at this time.
0 commit comments