diff options
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/ntux_skin_chmod.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/skin/ntux_skin_chmod.c b/src/skin/ntux_skin_chmod.c index cb300a6..1aab9c0 100644 --- a/src/skin/ntux_skin_chmod.c +++ b/src/skin/ntux_skin_chmod.c @@ -29,6 +29,12 @@ const struct argv_option ntux_chmod_options[] = { {"changes", 'c',TAG_CHANGES,ARGV_OPTARG_NONE,0,0,0, "a synonym for --refmode"}, + {"owner", 'O',TAG_OWNER,ARGV_OPTARG_REQUIRED,0,0,"<OWNER>", + "also set the owner to %s"}, + + {"group", 'G',TAG_GROUP,ARGV_OPTARG_REQUIRED,0,0,"<GROUP>", + "also set the group to %s"}, + {"preserve-root", 0,TAG_ROOTED,ARGV_OPTARG_NONE,0,0,0, "disallow operating on the root folder /"}, |