Subversion Repositories SvarDOS

Rev

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

Rev 386 Rev 387
Line 2... Line 2...
2
 * verify
2
 * verify
3
 */
3
 */
4
 
4
 
5
static int cmd_verify(struct cmd_funcparam *p) {
5
static int cmd_verify(struct cmd_funcparam *p) {
6
 
6
 
7
  if ((p->argc == 1) && (imatch(p->argv[0], "/?"))) {
7
  if (cmd_ishlp(p)) {
8
    outputnl("Tells DOS whether to verify that files are written correctly to disk.");
8
    outputnl("Tells DOS whether to verify that files are written correctly to disk.");
9
    outputnl("\r\nVERIFY [ON | OFF]\r\n");
9
    outputnl("\r\nVERIFY [ON | OFF]\r\n");
10
    outputnl("Type VERIFY without a parameter to display its current setting.");
10
    outputnl("Type VERIFY without a parameter to display its current setting.");
11
    return(-1);
11
    return(-1);
12
  }
12
  }