From: Daniel Hokka Zakrisson Date: Thu, 16 Aug 2007 20:33:45 +0000 (+0000) Subject: Add --immutable. X-Git-Tag: release-0.30.214~13 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a20566ac46cf341c2784e3ed512f25aaf2df4c;p=util-vserver.git Add --immutable. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2592 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/src/setattr.c b/src/setattr.c index 7f4c2ad..1385ccc 100644 --- a/src/setattr.c +++ b/src/setattr.c @@ -72,7 +72,7 @@ showHelp(int fd, char const *cmd, int res) WRITE_MSG(fd, "Usage: "); WRITE_STR(fd, cmd); WRITE_MSG(fd, - " [-Rx] [--[~](iunlink|admin|watch|hide|barrier|iunlink-but-not-immutable)]* [--] +\n\n" + " [-Rx] [--[~](iunlink|admin|watch|hide|barrier|iunlink-but-not-immutable|immutable)]* [--] +\n\n" " Options:\n" " -R ... recurse through directories\n" " -x ... do not cross filesystems\n\n"