Subversion Repositories havirt

Rev

Rev 14 | Rev 19 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 15
Line 103... Line 103...
103
   print "\t--format|-f screen|tsv # output of list commands is either padded for screen or Tab Delim\n";
103
   print "\t--format|-f screen|tsv # output of list commands is either padded for screen or Tab Delim\n";
104
   print "\t--target|-t NODE # the action use NODE for the target of actions\n";
104
   print "\t--target|-t NODE # the action use NODE for the target of actions\n";
105
   print "\t--dryrun|-n # does not perform the actions, simply shows what commands would be executed\n";
105
   print "\t--dryrun|-n # does not perform the actions, simply shows what commands would be executed\n";
106
   print "\t--debug|d # increases verbosity, with -ddd, totally outragious\n";
106
   print "\t--debug|d # increases verbosity, with -ddd, totally outragious\n";
107
   print "\t--yes|y # force an action (like scan) even if it is not a good idea\n";
107
   print "\t--yes|y # force an action (like scan) even if it is not a good idea\n";
108
   print "\t-quiet|q # do not print anything except major errors\n";
108
   print "\t--quiet|q # do not print anything except major errors\n";
109
}
109
}
110
 
110
 
111
 
111
 
112
 
112
 
113
# handle any command line parameters that may have been passed in
113
# handle any command line parameters that may have been passed in