From 58a20566ac46cf341c2784e3ed512f25aaf2df4c Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Thu, 16 Aug 2007 20:33:45 +0000 Subject: [PATCH] Add --immutable. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2592 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- src/setattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.8.1.5