mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
SV4-144 fix google flags default notation
This commit is contained in:
parent
d4a0451433
commit
a028ebb818
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ static string PrintStringFlagsWithQuotes(const CommandLineFlagInfo& flag,
|
|||
// Goes to some trouble to make pretty line breaks.
|
||||
string DescribeOneFlag(const CommandLineFlagInfo& flag) {
|
||||
string main_part;
|
||||
SStringPrintf(&main_part, " -%s (%s)",
|
||||
SStringPrintf(&main_part, " --%s (%s)",
|
||||
flag.name.c_str(),
|
||||
flag.description.c_str());
|
||||
const char* c_string = main_part.c_str();
|
||||
|
|
Loading…
Add table
Reference in a new issue