Skip to content

Commit cd0ca6f

Browse files
chore: improve copy
1 parent 02f726d commit cd0ca6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/nodes/list.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ async function listNodesAction(options: ReturnType<typeof list.opts>) {
486486
gray(
487487
`\nFound ${filteredNodes.length} ${
488488
pluralizeNodes(filteredNodes.length)
489-
}. Use --verbose for detailed information, such as previous virtual machines.`,
489+
} total. Use --verbose for detailed information, such as previous virtual machines.`,
490490
),
491491
);
492492

@@ -536,7 +536,7 @@ const list = new Command("list")
536536
"--limit <number>",
537537
"Limit the number of nodes to display",
538538
Number.parseInt,
539-
10,
539+
12,
540540
)
541541
.addOption(
542542
new Option("--status <status...>", "Filter by node status")

0 commit comments

Comments
 (0)