]> git.wh0rd.org - dump.git/blobdiff - restore/main.c
Regenerate configure.
[dump.git] / restore / main.c
index 1704fcdee3d776274dc9e570b2839ac6020eafe1..82bde9295de43424f077745b3f469d5e4ba50013 100644 (file)
@@ -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 <config.h>
@@ -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"