{ 0,0,0,0 }
};
-char const CMDLINE_OPTIONS_SHORT[] = "Rc:";
+char const CMDLINE_OPTIONS_SHORT[] = "Rc:x";
void
showHelp(int fd, char const *cmd, int res)
WRITE_MSG(fd, "Usage: ");
WRITE_STR(fd, cmd);
WRITE_MSG(fd,
- " -c <ctx|vserver> [-R] [--] <file>+\n\n"
+ " -c <ctx|vserver> [-Rx] [--] <file>+\n\n"
" Options:\n"
" -R ... recurse through directories\n"
" -c ... assign the given context/vserver to the file(s)\n"
+ " -x ... do not cross filesystems\n\n"
"Please report bugs to " PACKAGE_BUGREPORT "\n");
exit(res);
}
{ 0,0,0,0 }
};
-char const CMDLINE_OPTIONS_SHORT[] = "Radn";
+char const CMDLINE_OPTIONS_SHORT[] = "Radnx";
void
showHelp(int fd, char const *cmd, int res)
WRITE_MSG(fd, "Usage: ");
WRITE_STR(fd, cmd);
WRITE_MSG(fd,
- " [-Radn] [--] <file>*\n\n"
+ " [-Radnx] [--] <file>*\n\n"
" Options:\n"
" -R ... recurse through directories\n"
" -a ... display files starting with '.' also\n"
" -d ... list directories like other files instead of\n"
" listing their content\n"
" -n ... do not try to do xid -> vserver-name mapping\n"
+ " -x ... do not cross filesystems\n\n"
"Please report bugs to " PACKAGE_BUGREPORT "\n");
exit(res);
}
{ 0,0,0,0 }
};
-char const CMDLINE_OPTIONS_SHORT[] = "Rsu";
+char const CMDLINE_OPTIONS_SHORT[] = "Rsux";
static long set_mask = 0;
static long del_mask = VC_IMMUTABLE_ALL;
WRITE_MSG(fd, "Usage: ");
WRITE_STR(fd, cmd);
WRITE_MSG(fd,
- " [-Rsu] [--immutable] [--immulink] [--] <file>+\n\n"
+ " [-Rsux] [--immutable] [--immulink] [--] <file>+\n\n"
" Options:\n"
" -R ... recurse through directories\n"
" -s ... set flag only; when only one of the '--immu*' options\n"
" is given, do not delete the other ones\n"
" -u ... revert operation and unset the given flags\n"
+ " -x ... do not cross filesystems\n\n"
"Please report bugs to " PACKAGE_BUGREPORT "\n");
exit(res);
}
{ 0,0,0,0 }
};
-char const CMDLINE_OPTIONS_SHORT[] = "Rad";
+char const CMDLINE_OPTIONS_SHORT[] = "Radx";
void
showHelp(int fd, char const *cmd, int res)
WRITE_MSG(fd, "Usage: ");
WRITE_STR(fd, cmd);
WRITE_MSG(fd,
- " [-Rad] [--] <file>*\n\n"
+ " [-Radx] [--] <file>*\n\n"
" Options:\n"
" -R ... recurse through directories\n"
" -a ... display files starting with '.' also\n"
" -d ... list directories like other files instead of listing\n"
" their content\n"
+ " -x ... do not cross filesystems\n\n"
"Please report bugs to " PACKAGE_BUGREPORT "\n");
exit(res);
}