Changeset 158

Show
Ignore:
Timestamp:
04/08/06 10:58:10 (3 years ago)
Author:
bonbons
Message:

Fix swapped descriptions of -i and -u in -h
(-i is for IMMUTABLE, -u for IUNLINK !!)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.4/src/test/cow.c

    r143 r158  
    6666               GLOBAL_HELP 
    6767               "    -n <int>      Count of unified files (1-9)\n" 
    68                "    -u            Test with IMMUTABLE attr\n" 
    69                "    -i            Test with IUNLINK attr\n" 
     68               "    -i            Test with IMMUTABLE attr\n" 
     69               "    -u            Test with IUNLINK attr\n" 
    7070               "\n", 
    7171               NAME);