Skip to content

Commit 6a2ec6b

Browse files
Fixed a typo
1 parent 23696ef commit 6a2ec6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptionParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Option::format_option_description(const size_t offset,
197197
vector<string> parts;
198198
smithlab::split_whitespace(description, parts);
199199
if (required)
200-
parts.push_back("[requird]");
200+
parts.push_back("[required]");
201201
if (!required && show_default)
202202
parts.push_back(format_default_value());
203203

0 commit comments

Comments
 (0)