Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2024
1 parent 2e8011a commit d8f125e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpicker.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{
"user": "p-ranav",
"repo": "argparse",
"branch": "84c02050ea8bd1bf99de0a4943db40235e9fd5e7",
"branch": "cbd9fd8ed675ed6a2ac1bd7142d318c6ad5d3462",
"data": [
{
"root": "include/argparse",
Expand Down
2 changes: 1 addition & 1 deletion argparse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2067,7 +2067,7 @@ class ArgumentParser {
std::stringstream stream;

std::string curline("Usage: ");
curline += this->m_program_name;
curline += this->m_parser_path;
const bool multiline_usage =
this->m_usage_max_line_width < (std::numeric_limits<std::size_t>::max)();
const size_t indent_size = curline.size();
Expand Down

0 comments on commit d8f125e

Please sign in to comment.