mickem / nscp

NSClient++
http://nsclient.org
GNU General Public License v2.0
239 stars 94 forks source link

Fixed typo in cli_parser #633

Closed ekarbe closed 2 years ago

ekarbe commented 4 years ago

Fix of a small typo in the cli_parser.

Is: std::cout << "Or on of the following client aliases: "; Should be: std::cout << "Or one of the following client aliases: ";