diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-23 03:06:21 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-23 03:06:21 -0500 |
commit | fd20a72ad63c54baa32b89774a723b4c246056f7 (patch) | |
tree | c785b8c1af217757a9db1bc138a1fa37f84ad17b /plugins/utils.h | |
parent | b5cc2928e261c550e7304e3f8244c62b4a707c5f (diff) | |
download | monitoring-plugins-fd20a72ad63c54baa32b89774a723b4c246056f7.tar.gz |
Remove accidental tabs inserted in macro
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 8c8c81b8..4c4aaccc 100644 --- a/plugins/utils.h +++ b/plugins/utils.h @@ -160,7 +160,7 @@ char *fperfdata (const char *, #define UT_VERBOSE _("\ -v, --verbose\n\ Show details for command-line debugging (output may be truncated by\n\ - the monitoring system)\n") + the monitoring system)\n") #define UT_WARN_CRIT _("\ -w, --warning=DOUBLE\n\ |