[#absl-CommandLineFlag-Help] = xref:absl.adoc[absl]::xref:absl/CommandLineFlag.adoc[CommandLineFlag]::Help :relfileprefix: ../../ :mrdocs: Returns help message associated with this flag. == Synopsis Declared in `<absl/flags/commandlineflag.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::string Help() const = 0; ---- == Return Value The help message associated with this flag. [.small]#Created with https://www.mrdocs.com[MrDocs]#