comparison changemeta.pl @ 42:8ae4896265e8

fixed typo
author casties
date Thu, 29 Jun 2006 09:42:46 +0200
parents 2afcb4ff750e
children b1f1d1fbf6e5
comparison
equal deleted inserted replaced
41:a175b62e7584 42:8ae4896265e8
10 $|=1; 10 $|=1;
11 11
12 # program version 12 # program version
13 my $version = "0.2 (27.6.2006 ROC)"; 13 my $version = "0.2 (27.6.2006 ROC)";
14 my $help = 14 my $help =
15 "use: checkmeta [options] dir 15 "use: changemeta [options] dir
16 options: 16 options:
17 -debug show debugging info 17 -debug show debugging info
18 -dry-run simulate, dont'do anything 18 -dry-run simulate, dont'do anything
19 -access=free set free access tag (use access=mpiwg for restricted access) 19 -access=free set free access tag (use access=mpiwg for restricted access)
20 "; 20 ";
21 logger("INFO", "checkmeta $version"); 21 logger("INFO", "changemeta $version");
22 22
23 23
24 ####################################################### 24 #######################################################
25 # internal parameters 25 # internal parameters
26 # 26 #