diff options
author | midipix <writeonce@midipix.org> | 2022-11-06 21:52:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2022-11-07 00:06:56 +0000 |
commit | 89468d50b42b0e500deb8088652f75b0c4b4ad6a (patch) | |
tree | b904239e185b5f8f55e2b28aaa422f2812f3e5ff | |
parent | b824c9188a7636b0f8b483ac1ade79885610cca1 (diff) | |
download | ntux-89468d50b42b0e500deb8088652f75b0c4b4ad6a.tar.bz2 ntux-89468d50b42b0e500deb8088652f75b0c4b4ad6a.tar.xz |
ntux_chmod_options[]: entered the correct option description.
-rw-r--r-- | src/skin/ntux_skin_chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skin/ntux_skin_chmod.c b/src/skin/ntux_skin_chmod.c index 1aab9c0..ce9ffad 100644 --- a/src/skin/ntux_skin_chmod.c +++ b/src/skin/ntux_skin_chmod.c @@ -27,7 +27,7 @@ const struct argv_option ntux_chmod_options[] = { "a synonym for --refmode"}, {"changes", 'c',TAG_CHANGES,ARGV_OPTARG_NONE,0,0,0, - "a synonym for --refmode"}, + "print a list of changed ACEs"}, {"owner", 'O',TAG_OWNER,ARGV_OPTARG_REQUIRED,0,0,"<OWNER>", "also set the owner to %s"}, |