Skip to content

Commit

Permalink
Clarify that ap_verify supports full data ID syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Jan 23, 2019
1 parent 198cac9 commit 12f563e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lsst.ap.verify/command-line-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Required arguments are :option:`--dataset` and :option:`--output`.

**Butler data ID.**

Specify data ID to process using data ID syntax.
For example, ``--id "visit=12345 ccd=1 filter=g"``.
Specify data ID to process using :doc:`data ID syntax </modules/lsst.pipe.base/command-line-task-dataid-howto>`.
For example, ``--id "visit=12345 ccd=1..6 filter=g"``.
Multiple copies of this argument are allowed.
If this argument is omitted, then all data IDs in the dataset will be processed.

Expand Down

0 comments on commit 12f563e

Please sign in to comment.