~skellat/+junk/mashpodder

« back to all changes in this revision

Viewing changes to mashpodder.sh

  • Committer: chess.griffin
  • Date: 2009-03-06 01:42:35 UTC
  • Revision ID: svn-v4:900828aa-ee53-11dd-a949-e34f4f1751db:trunk:19
fix a typo or two

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
        v )         VERBOSE=1
347
347
                    ;;
348
348
        h|* )       cat << EOF
349
 
$SCRIPT $VER 2009-01-30
 
349
$SCRIPT $VER 2009-03-05
350
350
Usage: $0 [OPTIONS] <arguments>
351
351
Options are:
352
352
 
353
 
-c <filename>   Use a different config file other than bp.conf.
 
353
-c <filename>   Use a different config file other than mp.conf.
354
354
 
355
355
-d <date>       Valid date string for date-based archiving.
356
356
 
371
371
in the 'USER CONFIGURATION' section or temporarily by passing a command
372
372
line switch.
373
373
 
374
 
Please note that one also needs the parse_enclosure.xsl file found at
375
 
the BashPodder page: http://lincgeek.org/bashpodder/.
376
374
EOF
377
375
                    exit 0
378
376
                    ;;