Changeset 91


Ignore:
Timestamp:
03/28/07 15:26:37 (17 years ago)
Author:
tim
Message:

added documentation for reglookup-timeline's -H option.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/reglookup-timeline

    r90 r91  
    2626{
    2727  echo "Usage: $0 [-H] <REGISTRY_FILE> [<REGISTRY_FILE> ...]" 1>&2
     28  echo "   -H  Omit header line" 1>&2
    2829}
    2930
  • trunk/doc/reglookup-timeline.1.docbook

    r87 r91  
    1616    <para>
    1717      <command>
    18         reglookup-timeline <replaceable>registry-file</replaceable>
     18        reglookup-timeline [<replaceable>-H</replaceable>]
     19                            <replaceable>registry-file</replaceable>
    1920                           [<replaceable>registry-file</replaceable> ...]
    2021      </command>
     
    3738      <command>reglookup-timeline</command> accepts one or more registry file
    3839      names.  All of the provided registries will be parsed using
    39       <command>reglookup(1)</command>.
     40      <command>reglookup(1)</command>.  The <command>-H</command> option may be
     41      used to omit the header line.
    4042    </para>
    4143  </refsect1>
Note: See TracChangeset for help on using the changeset viewer.