Fixed a typo.
authorWayne Davison <wayned@samba.org>
Wed, 23 Jun 2004 17:36:50 +0000 (17:36 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 23 Jun 2004 17:36:50 +0000 (17:36 +0000)
compare-dest.diff

index 1b2b4d3..df2052e 100644 (file)
@@ -125,7 +125,7 @@ order your arguments appropriately.
                case OPT_LINK_DEST:
  #if HAVE_LINK
 +                      if (num_comp_dest >= MAX_COMP_DEST-1) {
-+                              rprintf(FERROR, "ERROR: %s\n", "too many --compare-dest args given");
++                              rprintf(FERROR, "ERROR: %s\n", "too many --link-dest args given");
 +                              return 0;
 +                      }
 +                      arg = poptGetOptArg(pc);