make-fsck-claim-openafs-not-transarc-afs-20010623

just update what gets printed to be correct
This commit is contained in:
Jeff Riegel 2001-06-23 18:23:34 +00:00 committed by Derrick Brashear
parent 9e31595353
commit 843a9584b0

View File

@ -197,7 +197,7 @@ main(argc, argv)
#if defined(AFS_HPUX100_ENV)
mflag = 0;
#endif
printf("----Transarc AFS (R) %s fsck----\n", AFSVersion); /* generated version */
printf("----Open AFS (R) %s fsck----\n", AFSVersion); /* generated version */
if (access("/TRYFORCE", 0) == 0)
tryForce = 1;
while (--argc > 0 && **++argv == '-') {