diff options
Diffstat (limited to 'tools/distclean')
-rwxr-xr-x | tools/distclean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distclean b/tools/distclean index f4ec20bd..06d633e9 100755 --- a/tools/distclean +++ b/tools/distclean @@ -6,7 +6,7 @@ # Please run this script from the top-level directory. if [ ! -f tools/distclean ]; then - echo "Please run this script from the top-level directory of Nagios-plugins." + echo "Please run this script from the top-level directory of Monitoring-plugins." exit 1 fi |