Development

Changeset 25038

You must first sign up to be able to contribute.

Changeset 25038

Show
Ignore:
Timestamp:
12/07/09 20:46:48 (3 years ago)
Author:
Kris.Wallsmith
Message:

[sfTaskExtraPlugin] [1.3] fixed task documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfTaskExtraPlugin/branches/1.3/lib/task/subversion/sfSubversionSetPropsTask.class.php

    r25037 r25038  
    1111 * @version     SVN: $Id$ 
    1212 */ 
    13 class sfSubversionSetPropsTask extends sfTaskExtraSubversionBaseTask 
     13class sfSubversionset-propsTask extends sfTaskExtraSubversionBaseTask 
    1414{ 
    1515  /** 
     
    2828 
    2929    $this->detailedDescription = <<<EOF 
    30 The [subversion:setprops|INFO] sets typical Subversion properties on your project 
     30The [subversion:set-props|INFO] sets typical Subversion properties on your project 
    3131directories. 
    3232 
    33   [./symfony subversion:setprops|INFO] 
     33  [./symfony subversion:set-props|INFO] 
    3434 
    3535This will set the [svn:ignore|COMMENT] property to [*|COMMENT] on the following directories: 
     
    4141You can specify which svn binary to use with the [--with-svn|COMMENT] option: 
    4242 
    43   [./symfony subversion:setprops --with-svn=/usr/local/bin/svn|INFO] 
     43  [./symfony subversion:set-props --with-svn=/path/to/svn|INFO] 
    4444 
    4545EOF;