We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f726d commit cd0ca6fCopy full SHA for cd0ca6f
1 file changed
src/lib/nodes/list.tsx
@@ -486,7 +486,7 @@ async function listNodesAction(options: ReturnType<typeof list.opts>) {
486
gray(
487
`\nFound ${filteredNodes.length} ${
488
pluralizeNodes(filteredNodes.length)
489
- }. Use --verbose for detailed information, such as previous virtual machines.`,
+ } total. Use --verbose for detailed information, such as previous virtual machines.`,
490
),
491
);
492
@@ -536,7 +536,7 @@ const list = new Command("list")
536
"--limit <number>",
537
"Limit the number of nodes to display",
538
Number.parseInt,
539
- 10,
+ 12,
540
)
541
.addOption(
542
new Option("--status <status...>", "Filter by node status")
0 commit comments