Changeset 1454 in ProjectBuilder for projects/md2mb
- Timestamp:
- Apr 6, 2012, 11:08:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/md2mb/devel/md2mb/bin/md2mb.pl
r1453 r1454 34 34 # parse command-line options 35 35 GetOptions( 36 'cmd|c' 37 'debug|d '=> \$debug,38 'file|f' 39 'help|h' 40 'man|m' 41 'oldroot|o ld|o=s' => \$oldroot,42 'profile|p=s' 43 'subdir|s=s' 44 'touch|t' 36 'cmd|c' => \$cmd, 37 'debug|d+' => \$debug, 38 'file|f' => \$file, 39 'help|h' => \$help, 40 'man|m' => \$man, 41 'oldroot|o=s' => \$oldroot, 42 'profile|p=s' => \$profile, 43 'subdir|s=s' => \$subdir, 44 'touch|t' => \$touch, 45 45 ) or pod2usage(2); 46 46 pod2usage(1) if ($help); … … 56 56 DEBUG MODE, not doing anything, just printing 57 57 --- current state --- 58 debug = $debug 58 59 cmd = $cmd 59 60 oldroot = $oldroot … … 203 204 204 205 Options: 205 -cmd | -c 206 -debug | -d 207 -file | -f 208 -help | -h 209 -man | -m 210 -oldroot | -o ld | -olocation of the KMail mailboxes211 -profile | -p 212 -subdir | -s 213 214 -touch | -t 206 -cmd | -c command to process mail 207 -debug | -d debug mode 208 -file | -f whether $newroot is a file or a directory 209 -help | -h brief help message 210 -man | -m full documentation 211 -oldroot | -o location of the KMail mailboxes 212 -profile | -p path to the Thunderbird profile to install to 213 -subdir | -s subdir that will be created to hold the 214 imported mails 215 -touch | -t create empty files corresponding to .sdb dirs 215 216 216 217 =head1 OPTIONS
Note:
See TracChangeset
for help on using the changeset viewer.