diff --git a/xCAT-client/pods/man8/runsqlcmd.8.pod b/xCAT-client/pods/man8/runsqlcmd.8.pod index 01b7c4041..9cbce0d8f 100644 --- a/xCAT-client/pods/man8/runsqlcmd.8.pod +++ b/xCAT-client/pods/man8/runsqlcmd.8.pod @@ -15,6 +15,8 @@ B {B<-d>|B<--dir> I} B {B<-f>|B<--files> I} +B {B} + =head1 DESCRIPTION @@ -43,13 +45,15 @@ To use a directory other than the default directory, enter the directory path h Comma separated list of files (full path), wildcard (*) can be used. - =item B The files must be of the form .sql or _.sql where is mysql,pgsql, or db2. Files must have permission 0755. +=item B + +Quoted sql statement syntax appropriate for the current database. =back @@ -82,5 +86,10 @@ To checkout one DB2 sql file: B I<-f> I +=item * + +To run the following command to the database: + +B I<"Select * from site;"> =back