Hi Erich:
 
I tried to document the arguments for prep_oscar_repos:

Index: prep_oscar_repos
===================================================================
--- prep_oscar_repos    (revision 5092)
+++ prep_oscar_repos    (working copy)
@@ -19,7 +19,7 @@
 my ($all, $verbose, $target, @include, $addonly);
 GetOptions(
-           "verbose"     => \$verbose,
+           "verbose|v=s"     => \$verbose,
            "target|t=s"  => \$target,
            "include|i=s" => [EMAIL PROTECTED],
            "add"    => \$addonly,
@@ -76,6 +76,12 @@
 sub usage {
     my $ret = shift;
     print "Usage:\n";
-    print "\t$0 [--all]\n\n";
+    # --all not implemented yet
+    print "\t$0 [-v] [--add] [-i dir] [-t dir]\n\n";
+    print " --add\t\t\tadd packages to existing repositories instead of replacing them\n";
+#    print " --all\t\tall targets (not implemented yet)\n";
+    print " -i --include dir\tinclude specified search directories\n";
+    print " -t --target target\ttarget location to copy to\n";
+    print " -v --verbose\t\tturn on verbosity\n";
     exit $ret if ($ret);
 }
 
I don't think they are 100% accurate - perhaps you can help?
 
BTW, it would be nice to have an option to just prepare a specified repository (instead of prepping them all each time).
 
Thanks,
 
Bernard
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to