Changeset 6998

Show
Ignore:
Timestamp:
10/17/08 04:34:40 (4 years ago)
Author:
Nick_Lewis
Message:

added help to publish script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/publish.pl

    r5922 r6998  
    66 
    77while ($moddir = shift @ARGV) { 
     8  if (($moddir == "-h") || ($moddir == "-help") || ($moddir == "--h") || ($moddir == "--help")) { 
     9    die "Usage: publish <moduledirectory>\n" 
     10  } 
    811  next if (!-d $moddir); 
    912  open FH, "$moddir/module.xml";