Changeset 1454 in ProjectBuilder for projects/md2mb
- Timestamp:
- Apr 6, 2012, 11:08:09 AM (14 years ago)
- File:
-
- 1 edited
-
projects/md2mb/devel/md2mb/bin/md2mb.pl (modified) (3 diffs)
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' => \$cmd,37 'debug|d '=> \$debug,38 'file|f' => \$file,39 'help|h' => \$help,40 'man|m' => \$man,41 'oldroot|o ld|o=s' => \$oldroot,42 'profile|p=s' => \$profile,43 'subdir|s=s' => \$subdir,44 'touch|t' => \$touch,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 command to process mail206 -debug | -d debug mode207 -file | -f whether $newroot is a file or a directory208 -help | -h brief help message209 -man | -m full documentation210 -oldroot | -o ld | -olocation of the KMail mailboxes211 -profile | -p path to the Thunderbird profile to install to212 -subdir | -s subdir that will be created to hold the213 imported mails214 -touch | -t create empty files corresponding to .sdb dirs206 -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.
