diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 21:03:21 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 21:03:21 +0000 |
commit | 19b97afb125056ed6021d6f6ecf5a9b0ace2b314 (patch) | |
tree | e596af9be917bca4c8a7d649b9aa4b6ddcf9a25e /plugins/check_disk.c | |
parent | a70fb5becfef4479fc44c530658e5fcf2512d289 (diff) | |
download | monitoring-plugins-19b97afb125056ed6021d6f6ecf5a9b0ace2b314.tar.gz |
correcting some translation problems
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1611 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r-- | plugins/check_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 99a7201e..3b9e36b1 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -754,7 +754,7 @@ print_help (void) printf (" %s\n", _("Path or partition (may be repeated)")); printf (" %s\n", "-x, --exclude_device=PATH <STRING>"); printf (" %s\n", _("Ignore device (only works if -p unspecified)")); - printf (" %s\n", _("-X, --exclude-type=TYPE <STRING>")); + printf (" %s\n", "-X, --exclude-type=TYPE <STRING>"); printf (" %s\n", _("Ignore all filesystems of indicated type (may be repeated)")); printf (" %s\n", "-m, --mountpoint"); printf (" %s\n", _("Display the mountpoint instead of the partition")); |