mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-11 09:40:05 -04:00
Fix missing \n in --help output
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1812 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
2acc26005c
commit
dca25be31a
1 changed files with 2 additions and 2 deletions
|
|
@ -946,8 +946,8 @@ print_help (void)
|
|||
|
||||
/* Authentication Tokens*/
|
||||
printf (" %s\n", "-C, --community=STRING");
|
||||
printf (" %s\n", _("Optional community string for SNMP communication"));
|
||||
printf (_("(default is \"%s\")"),DEFAULT_COMMUNITY);
|
||||
printf (" %s ", _("Optional community string for SNMP communication"));
|
||||
printf ("(%s \"%s\")\n", _("default is") ,DEFAULT_COMMUNITY);
|
||||
printf (" %s\n", "-U, --secname=USERNAME");
|
||||
printf (" %s\n", _("SNMPv3 username"));
|
||||
printf (" %s\n", "-A, --authpassword=PASSWORD");
|
||||
|
|
|
|||
Loading…
Reference in a new issue