[#BloombergLP-balcl-CommandLine-printUsage-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLine.adoc[CommandLine]::printUsage :relfileprefix: ../../../ :mrdocs: Print usage to `errorStream`, using the specified `programName`. == Synopsis Declared in `<balcl_commandline.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void printUsage( std::ostream& errorStream, std::string_view const& programName) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *errorStream* | stream to which usage is written | *programName* | name of the program in the printed usage |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#