=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/distopt.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/rdist/distopt.c 1996/02/03 12:12:20 1.1 --- src/usr.bin/rdist/distopt.c 1996/03/05 03:16:02 1.2 *************** *** 33,39 **** #ifndef lint static char RCSid[] = ! "$Id: distopt.c,v 1.1 1996/02/03 12:12:20 dm Exp $"; static char sccsid[] = "@(#)distopt.c"; --- 33,39 ---- #ifndef lint static char RCSid[] = ! "$Id: distopt.c,v 1.2 1996/03/05 03:16:02 dm Exp $"; static char sccsid[] = "@(#)distopt.c"; *************** *** 68,73 **** --- 68,74 ---- { DO_QUIET, "quiet" }, { DO_REMOVE, "remove" }, { DO_SAVETARGETS, "savetargets" }, + { DO_SPARSE, "sparse" }, { DO_VERIFY, "verify" }, { DO_WHOLE, "whole" }, { DO_YOUNGER, "younger" },