git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@793
94cd875c-1c1d-0410-91d2-
eb244daf1a30
char **fixed_files = 0;
size_t fixed_count = 0;
- char **expr_files = 0;
- size_t expr_count = 0;
+ char **expr_files = 0;
+ size_t expr_count = 0;
if (global_args->verbosity>3) {
WRITE_MSG(1, "Initializing exclude-list for ");
static bool
initMatchListByVserver(struct MatchList *list, char const *vserver,
- char const **res_appdir)
+ char const **res_appdir)
{
vcCfgStyle style;
char const *vdir;
" done (in combination with '-v')\n"
" -v ... verbose mode\n"
" -x ... do not cross filesystems; this is valid in manual\n"
- " mode only and will be ignored for vserver unification\n"
+ " mode only and will be ignored for vserver unification\n\n"
"Please report bugs to " PACKAGE_BUGREPORT "\n");
#if 0
" -C ... use cached excludelists; usually they will be\n"