Ignore:
Timestamp:
8/4/2010 9:23:35 AM (22 months ago)
Author:
lowjoel
Message:

Make the generation of help text for addtask parameters done by the plugins, since the arguments are passed to them, they should document their own CLIs. To do this, the ICliConfigurer interface was modified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.DefaultPlugins/Strings.resx

    r2193 r2232  
    235235    <value>Partition {0}</value> 
    236236  </data> 
     237  <data name="drive               Erases partitions, volumes or drives\r\n  arguments:\r\n    drive=\Device\Harddisk&lt;index&gt;\r\n    drive=\\.\PhysicalDrive&lt;index&gt;\r\n    drive=\\?\Volume&lt;guid&gt;" xml:space="preserve"> 
     238    <value>drive               Erases partitions, volumes or drives\r\n  arguments:\r\n    drive=\Device\Harddisk&lt;index&gt;\r\n    drive=\\.\PhysicalDrive&lt;index&gt;\r\n    drive=\\?\Volume&lt;guid&gt;</value> 
     239  </data> 
    237240  <data name="File" xml:space="preserve"> 
    238241    <value>File</value> 
     
    241244    <value>Invalid file path</value> 
    242245  </data> 
     246  <data name="file                Erases the specified file\r\n  argument: file=&lt;path&gt;" xml:space="preserve"> 
     247    <value>file                Erases the specified file\r\n  argument: file=&lt;path&gt;</value> 
     248  </data> 
    243249  <data name="Could not erase files and subfolders in {0} because {1}" xml:space="preserve"> 
    244250    <value>Could not erase files and subfolders in {0} because {1}</value> 
     
    268274    <value>Invalid folder path</value> 
    269275  </data> 
     276  <data name="dir                 Erases files and folders in the directory\r\n  arguments: dir=&lt;directory&gt;[,-excludeMask][,+includeMask][,deleteIfEmpty]\r\n    excludeMask     A wildcard expression for files and folders to\r\n                    exclude.\r\n    includeMask     A wildcard expression for files and folders to\r\n                    include.\r\n                    The include mask is applied before the exclude mask.\r\n    deleteIfEmpty   Deletes the folder at the end of the erasure if it is\r\n                    empty." xml:space="preserve"> 
     277    <value>dir                 Erases files and folders in the directory\r\n  arguments: dir=&lt;directory&gt;[,-excludeMask][,+includeMask][,deleteIfEmpty]\r\n    excludeMask     A wildcard expression for files and folders to\r\n                    exclude.\r\n    includeMask     A wildcard expression for files and folders to\r\n                    include.\r\n                    The include mask is applied before the exclude mask.\r\n    deleteIfEmpty   Deletes the folder at the end of the erasure if it is\r\n                    empty.</value> 
     278  </data> 
    270279  <data name="The path you selected is invalid." xml:space="preserve"> 
    271280    <value>The path you selected is invalid.</value> 
     
    277286    <value>Emptying recycle bin...</value> 
    278287  </data> 
     288  <data name="recyclebin          Erases files and folders in the recycle bin" xml:space="preserve"> 
     289    <value>recyclebin          Erases files and folders in the recycle bin</value> 
     290  </data> 
    279291  <data name="Secure move" xml:space="preserve"> 
    280292    <value>Secure move</value> 
     
    295307    <value>Copying source files to destination...</value> 
    296308  </data> 
     309  <data name="move                Securely moves a file/directory to a new location\r\n  arguments: move=&lt;source&gt;|&lt;destination&gt;" xml:space="preserve"> 
     310    <value>move                Securely moves a file/directory to a new location\r\n  arguments: move=&lt;source&gt;|&lt;destination&gt;</value> 
     311  </data> 
    297312  <data name="Select the Source folder" xml:space="preserve"> 
    298313    <value>Select the Source folder</value> 
     
    337352    <value>Erasing unused space...</value> 
    338353  </data> 
     354  <data name="unused              Erases unused space in the volume.\r\n  arguments: unused=&lt;drive&gt;[,clusterTips[=(true|false)]]\r\n  clusterTips     If specified, the drive's files will have their\r\n                  cluster tips erased. This parameter accepts a Boolean\r\n                  value (true/false) as an argument; if none is specified\r\n                  true is assumed." xml:space="preserve"> 
     355    <value>unused              Erases unused space in the volume.\r\n  arguments: unused=&lt;drive&gt;[,clusterTips[=(true|false)]]\r\n  clusterTips     If specified, the drive's files will have their\r\n                  cluster tips erased. This parameter accepts a Boolean\r\n                  value (true/false) as an argument; if none is specified\r\n                  true is assumed.</value> 
     356  </data> 
    339357  <data name="The custom erasure method can only comprise passes containing constant or random passes" xml:space="preserve"> 
    340358    <value>The custom erasure method can only comprise passes containing constant or random passes</value> 
Note: See TracChangeset for help on using the changeset viewer.