IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2019, 8:06:50 AM (7 years ago)
Author:
eugene
Message:

add help info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/Nebulous/bin/neb-ls

    r40993 r41047  
    3333
    3434# explicitly defined -h / --help:
    35 if ($help) { pod2usage( 2 ); }
     35if ($help) { pod2usage( -verbose => 1 ); }
    3636
    3737# twiddle column so that it does it by default.
     
    106106
    107107This program list Nebulous keys matched by C<<pattern>>.  Call it with no
    108 arguments is equivalent to searching with the pattern C<neb://>.  SQL like
     108arguments is equivalent to searching with the pattern C<neb://>.  SQL-like
    109109wildcards are supported to select out certain files.
    110110
     
    113113=over 4
    114114
    115 =item * --path|-p
     115=item --path|-p
    116116
    117117Find the disk files corresponding to the keys found.
    118118
    119 =item * --column|-c
     119=item --column|-c
    120120
    121121Disable column formatting, and output results one to a line.
    122122
    123 =item * --l|-l
     123=item --l|-l
    124124
    125125Give disk file information using ls (implies -p).
     
    127127Optional
    128128
    129 =item * --server|-s <URL>
     129=item --server|-s <URL>
    130130
    131131URL of the Nebulous server to connect to.
Note: See TracChangeset for help on using the changeset viewer.