diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-20 02:20:28 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-20 03:01:55 +0100 |
commit | a8c9b696f47c8abf777a0a67ee98616bc9a219a9 (patch) | |
tree | fb29c9a313969036c0dc1404fa2ceeaf3d813bba /plugins/urlize.c | |
parent | 9445ce6f5b7167cfa33e32942412c08a6f4d69ee (diff) | |
download | monitoring-plugins-a8c9b696f47c8abf777a0a67ee98616bc9a219a9.tar.gz |
Minor fixes to be amended into "rename" commit
Diffstat (limited to 'plugins/urlize.c')
-rw-r--r-- | plugins/urlize.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/urlize.c b/plugins/urlize.c index 781569dd..6803ddfc 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c @@ -10,8 +10,7 @@ * This file contains the urlize plugin * * This plugin wraps the text output of another command (plugin) in HTML <A> -* tags, thus displaying the child plugin's output as a clickable link in compatible -* monitoring status screen. This plugin returns the status of the invoked plugin. +* tags. This plugin returns the status of the invoked plugin. * * * This program is free software: you can redistribute it and/or modify |