Skip to content

Commit 62721e7

Browse files
authored
Clarify container list abstract to mention it shows running containers (#840)
Clarify container list abstract to mention it shows running containers only be default.
1 parent e1e016b commit 62721e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ContainerCommands/Container/ContainerList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extension Application {
2525
public struct ContainerList: AsyncParsableCommand {
2626
public static let configuration = CommandConfiguration(
2727
commandName: "list",
28-
abstract: "List containers",
28+
abstract: "List running containers",
2929
aliases: ["ls"])
3030

3131
@Flag(name: .shortAndLong, help: "Include containers that are not running")

0 commit comments

Comments
 (0)