X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Fmain.c;h=82bde9295de43424f077745b3f469d5e4ba50013;hp=1704fcdee3d776274dc9e570b2839ac6020eafe1;hb=refs%2Fheads%2Fmaster;hpb=7f7d329e78edfcea92bff630c3e942d3410fdaab diff --git a/restore/main.c b/restore/main.c index 1704fcd..82bde92 100644 --- a/restore/main.c +++ b/restore/main.c @@ -37,7 +37,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.51 2007/02/22 20:12:50 stelian Exp $"; + "$Id: main.c,v 1.53 2009/06/18 09:42:12 stelian Exp $"; #endif /* not lint */ #include @@ -461,6 +461,7 @@ main(int argc, char *argv[]) compare_ignore_not_found = 0; compare_errors = 0; Nflag = 1; + aflag = 1; setup(); printf("filesys = %s\n", filesys); if (STAT(filesys, &stbuf) < 0) @@ -727,7 +728,7 @@ usage(void) "\t%s -i [-acd" tseflag "hH" kerbflag "lmMouvVy] [-A file] [-b blocksize] " tsEflag"\n" "\t%s [-f file] [-F script] " qfaflag "[-s fileno]\n" #ifdef USE_QFA - "\t%s -P file [-acdhH" kerbflag "lmMuvVy] [-A file] [-b blocksize]\n" + "\t%s -P file [-acdhH" kerbflag "lmMuvVy] [-b blocksize]\n" "\t%s [-f file] [-F script] [-s fileno] [-X filelist] [file ...]\n" #endif "\t%s -r [-cd" tseflag "H" kerbflag "lMuvVy] [-b blocksize] " tsEflag"\n"