mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-23 07:07:00 -04:00
check_pgsql: Removed -4/-6 flags from help output.
These options are not currently supported.
This commit is contained in:
parent
a241ab0b9d
commit
b3773ae7e5
1 changed files with 0 additions and 2 deletions
|
|
@ -496,8 +496,6 @@ print_help (void)
|
|||
|
||||
printf (UT_HOST_PORT, 'P', myport);
|
||||
|
||||
printf (UT_IPv46);
|
||||
|
||||
printf (" %s\n", "-d, --database=STRING");
|
||||
printf (" %s", _("Database to check "));
|
||||
printf (_("(default: %s)"), DEFAULT_DB);
|
||||
|
|
|
|||
Loading…
Reference in a new issue