diff options
Diffstat (limited to 'plugins/utils.c')
-rw-r--r-- | plugins/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index d0999c5..e63c8c0 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
@@ -133,8 +133,8 @@ print_revision (const char *command_name, const char *revision_string) | |||
133 | 133 | ||
134 | if (sscanf (revision_string, "$Revision: %[0-9.]", plugin_revision) != 1) | 134 | if (sscanf (revision_string, "$Revision: %[0-9.]", plugin_revision) != 1) |
135 | strncpy (plugin_revision, "N/A", STRLEN); | 135 | strncpy (plugin_revision, "N/A", STRLEN); |
136 | printf ("%s (nagios-plugins %s) %s\n", | 136 | printf ("%s (%s %s) %s\n", |
137 | progname, VERSION, plugin_revision); | 137 | progname, PACKAGE, VERSION, plugin_revision); |
138 | printf | 138 | printf |
139 | ("The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n" | 139 | ("The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n" |
140 | "copies of the plugins under the terms of the GNU General Public License.\n" | 140 | "copies of the plugins under the terms of the GNU General Public License.\n" |