Subversion Repositories DevTools

Rev

Rev 2424 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2424 Rev 2651
Line 90... Line 90...
90
                "vob=s"         => \$opt_vob,               # String
90
                "vob=s"         => \$opt_vob,               # String
91
                "test"          => \$opt_test,              # Flag
91
                "test"          => \$opt_test,              # Flag
92
                "keep"          => \$opt_keep,              # Flag
92
                "keep"          => \$opt_keep,              # Flag
93
                "subdir=s"      => \$opt_subdir,            # string
93
                "subdir=s"      => \$opt_subdir,            # string
94
                "image=s"       => \$opt_image,             # string
94
                "image=s"       => \$opt_image,             # string
95
                "repo=s"        => \$opt_repository,        # string
95
                "repository=s"  => \$opt_repository,        # string
96
                );
96
                );
97
 
97
 
98
                #
98
                #
99
                #   UPDATE THE DOCUMENTATION AT THE END OF THIS FILE !!!
99
                #   UPDATE THE DOCUMENTATION AT THE END OF THIS FILE !!!
100
                #
100
                #