Skip to content

Commit ff532f4

Browse files
committed
chore: rename flags to options
1 parent f1eb2b7 commit ff532f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/groups/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class HelpGroup {
2222
process.stdout.write(`${header('Usage')}: ${usage}\n${header('Description')}: ${description}\n`);
2323
if (options.flags) {
2424
const flags = commandLineUsage({
25-
header: "Flags",
25+
header: "Options",
2626
optionList: options.flags
2727
});
2828
process.stdout.write(flags);

0 commit comments

Comments
 (0)