diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-07-13 11:45:36 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-07-13 11:45:36 +0800 |
commit | 088d8bb533371ee41eb7fa9c41d7efe8ac0ce3c1 (patch) | |
tree | 0e871e90418e8a5949b2e8d6c6b3e80452fdcf73 /make_coolfunc_config.py | |
parent | 2cc3f727b9dab5c5982d744dc40a85b359be2934 (diff) | |
download | cexcess-088d8bb533371ee41eb7fa9c41d7efe8ac0ce3c1.tar.bz2 |
make_coolfunc_config.py: minor fix to comments
Diffstat (limited to 'make_coolfunc_config.py')
-rwxr-xr-x | make_coolfunc_config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_coolfunc_config.py b/make_coolfunc_config.py index 204f1fe..945a044 100755 --- a/make_coolfunc_config.py +++ b/make_coolfunc_config.py @@ -3,7 +3,7 @@ # Make the configuration file for `calc_coolfunc.py` # # Aaron LI -# Created: 2016-04-21 +# Created: 2016-07-12 # Updated: 2016-07-12 # @@ -50,7 +50,7 @@ def get_abund(infile): def main(): parser = argparse.ArgumentParser( - description="Make the config for 'fit_sbp.py'") + description="Make the config for 'calc_coolfunc.py'") parser.add_argument("-j", "--json", dest="json", required=False, help="the *_INFO.json file " + "(default: find ../*_INFO.json)") |