add Verbose flag
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8057 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f39987002d
commit
e0097ef947
@ -11,11 +11,11 @@ B<runsqlcmd> {B<-h>|B<--help>}
|
||||
|
||||
B<runsqlcmd> {B<-v>|B<--version>}
|
||||
|
||||
B<runsqlcmd> {B<-d>|B<--dir> I<directory_path>}
|
||||
B<runsqlcmd> {B<-d>|B<--dir> I<directory_path>} {B<-V>|B<--verbose>}
|
||||
|
||||
B<runsqlcmd> {B<-f>|B<--files> I<list of files>}
|
||||
B<runsqlcmd> {B<-f>|B<--files> I<list of files>} {B<-V>|B<--verbose>}
|
||||
|
||||
B<runsqlcmd> {B<sql statement>}
|
||||
B<runsqlcmd> {B<-V>|B<--verbose>} {B<sql statement>}
|
||||
|
||||
|
||||
=head1 DESCRIPTION
|
||||
@ -37,6 +37,10 @@ Displays the usage message.
|
||||
|
||||
Displays current code version.
|
||||
|
||||
=item B<-V|--verbose>
|
||||
|
||||
Displays extra debug information.
|
||||
|
||||
=item B<-d|--dir>
|
||||
|
||||
To use a directory other than the default directory, enter the directory path here.
|
||||
|
Loading…
Reference in New Issue
Block a user