diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-25 11:31:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 11:31:34 -0400 |
commit | 2c0ba2c39f6253727751c9ef3e6e8863b014772f (patch) | |
tree | f13b2d63cdcf451ee58ab1fae2b6e756b37e0b3c /calcos | |
parent | d5d008e9673950d031b8a216b2c2512566f78c83 (diff) | |
download | astroconda-contrib-2c0ba2c39f6253727751c9ef3e6e8863b014772f.tar.gz |
calcos: Use "-r" to print version instead of non-existent "--help" (#58)
Diffstat (limited to 'calcos')
-rw-r--r-- | calcos/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calcos/meta.yaml b/calcos/meta.yaml index d6465ad..0afde3d 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'calcos' %} {% set version = '3.1.8' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -31,6 +31,6 @@ source: git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: - - calcos --help + - calcos -r imports: - calcos |