|
From: Will P. <pa...@us...> - 2006-05-17 10:07:03
|
Update of /cvsroot/ark/sidai/dchunk-utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12254/dchunk-utils Modified Files: prune-replica-snapshots Log Message: updates Index: prune-replica-snapshots =================================================================== RCS file: /cvsroot/ark/sidai/dchunk-utils/prune-replica-snapshots,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** prune-replica-snapshots 6 Mar 2006 18:07:58 -0000 1.2 --- prune-replica-snapshots 17 May 2006 10:06:57 -0000 1.3 *************** *** 110,113 **** --- 110,114 ---- # non_opts = opts.cmdLineNonOptions() if len(non_opts) < 2: + os.system('/bin/pwd') sys.stderr.write('Must have at least two yyyy-mm-dd arguments\n') sys.exit(1) |