summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-07-13 11:45:36 +0800
committerAaron LI <aaronly.me@outlook.com>2016-07-13 11:45:36 +0800
commit088d8bb533371ee41eb7fa9c41d7efe8ac0ce3c1 (patch)
tree0e871e90418e8a5949b2e8d6c6b3e80452fdcf73
parent2cc3f727b9dab5c5982d744dc40a85b359be2934 (diff)
downloadcexcess-088d8bb533371ee41eb7fa9c41d7efe8ac0ce3c1.tar.bz2
make_coolfunc_config.py: minor fix to comments
-rwxr-xr-xmake_coolfunc_config.py4
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)")