aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2021-01-15 14:19:14 -0600
committertlatorre <tlatorre@uchicago.edu>2021-01-15 14:19:14 -0600
commit3839a97c674485fda0e853e1605761725a808825 (patch)
tree008ba47cb22a810bccfd284fe3c6752f94d5f1d5
parent5d60204392cd3388fba10b7f5b77c195dd8c2ece (diff)
downloadsddm-master.tar.gz
sddm-master.tar.bz2
sddm-master.zip
update check-dqxx-filesHEADmaster
-rwxr-xr-x[-rw-r--r--]utils/check-dqxx-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check-dqxx-files b/utils/check-dqxx-files
index 76fb35c..7c70fa1 100644..100755
--- a/utils/check-dqxx-files
+++ b/utils/check-dqxx-files
@@ -6,7 +6,7 @@ if __name__ == '__main__':
import os
from os.path import join, exists
- parser = argparse.ArgumentParser("run null hypothesis test")
+ parser = argparse.ArgumentParser("check for missing dqxx files")
parser.add_argument("--run-list", required=True, help="run list")
args = parser.parse_args()