X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/checkpath/blobdiff_plain/3230bee80a97e186f44eaf40b1403091ab76dbaa..6e34d9e949472ccf9fd0566eac72dfbb71c5e2b6:/chkpath.c diff --git a/chkpath.c b/chkpath.c index e118c9e..c5ef46e 100644 --- a/chkpath.c +++ b/chkpath.c @@ -88,7 +88,7 @@ Options provided are:\n\ -q, --quiet Be quiet about the search progress (cumulative).\n\ -s, --sticky Consider sticky directories secure against\n\ modification by world and group (not recommended).\n\ --t, --trust-group Consider other members of your group trustworthy.\n\ +-t, --trust-groups Consider other members of your group trustworthy.\n\ -v, --verbose Be verbose about the search progress (cumulative).\n\ ", fp); @@ -129,7 +129,7 @@ int main(int argc, char *argv[]) { "print", 0, 0, 'p' }, { "quiet", 0, 0, 'q' }, { "sticky", 0, 0, 's' }, - { "trust-group", 0, 0, 't' }, + { "trust-groups", 0, 0, 't' }, { "verbose", 0, 0, 'v' }, { 0, 0, 0, 0 } };