Changeset 1725

Show
Ignore:
Timestamp:
11/03/08 21:50:46 (2 months ago)
Author:
Chuck.Esterbrook
Message:

Add a doc string.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Supplements/le.cobra

    r1724 r1725  
    11#!/usr/bin/env cobra 
     2""" 
     3le.cobra 
     4 
     5"line endings" - Report the line endings of text files as 'dos', 'unix', 'both' or '?'. 
     6 
     7Skips binary files and reports files with unknown extensions. 
     8 
     9Also, can convert to dos or unix line endings. 
     10 
     11This is a console/command-line utility. 
     12 
     13Run with -h for usage help. 
     14""" 
    215 
    316use System.Text.RegularExpressions