Skip to content

Commit

Permalink
comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Jan 12, 2025
1 parent 90b6b30 commit a8968f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ formatOpts(
std::string str;
for (const auto& opt : opts) {
if (opt.isHidden) {
// We don't format hidden options.
// We don't include hidden options.
continue;
}
str += opt.format(maxShortSize, maxOffset);
Expand Down

0 comments on commit a8968f6

Please sign in to comment.