@@ -14,14 +14,14 @@ def get_args(override_cli_inputs=None):
1414 "input" ,
1515 nargs = "+" ,
1616 help = "The filename(s) or folder(s) of the datafile(s) to load. "
17- "Required.\n Supply a space-separated list of files or directories."
17+ "Required.\n Supply a space-separated list of files or directories. "
1818 "Long lists can be supplied, one per line, in a file with name "
1919 "file_list.txt. If one or more directory is provided, all valid "
2020 "data-files in that directory will be processed. Examples of valid "
2121 "inputs are 'file.xy', 'data/file.xy', 'file.xy, data/file.xy', "
22- "'.' (load everything in the current directory), 'data' (load"
23- "everything in the folder ./data), 'data/file_list.txt' (load"
24- " the list of files contained in the text-file called "
22+ "'.' (load everything in the current directory), 'data' (load "
23+ "everything in the folder ./data), 'data/file_list.txt' (load "
24+ "the list of files contained in the text-file called "
2525 "file_list.txt that can be found in the folder ./data), "
2626 "'./*.chi', 'data/*.chi' (load all files with extension .chi in the "
2727 "folder ./data)." ,
@@ -45,7 +45,7 @@ def get_args(override_cli_inputs=None):
4545 "-o" ,
4646 "--output-directory" ,
4747 help = "The name of the output directory. If not specified "
48- "then corrected files will be written to the current directory."
48+ "then corrected files will be written to the current directory. "
4949 "If the specified directory doesn't exist it will be created." ,
5050 default = None ,
5151 )
@@ -64,7 +64,6 @@ def get_args(override_cli_inputs=None):
6464 action = "store_true" ,
6565 help = "The absorption correction will be output to a file if this "
6666 "flag is set. Default is that it is not output." ,
67- default = "tth" ,
6867 )
6968 p .add_argument (
7069 "-f" ,
0 commit comments