Skip to content

Commit f564c77

Browse files
committed
replaced <input_directory/snmf_results> with <input_directory>/snmf_results
1 parent 0e24819 commit f564c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffpy/snmf/stretchednmfapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def create_parser():
1616
parser.add_argument('-i', '--input-directory', type=str, default=None,
1717
help="Directory containing experimental data. Defaults to current working directory.")
1818
parser.add_argument('-o', '--output-directory', type=str,
19-
help="The directory where the results will be written. Defaults to '<input_directory/snmf_results>'.")
19+
help="The directory where the results will be written. Defaults to '<input_directory>/snmf_results'.")
2020
parser.add_argument('t', '--data-type', type=str, default=None, choices=ALLOWED_DATA_TYPES,
2121
help="The type of the experimental data.")
2222
parser.add_argument('-l', '--lift-factor', type=float, default=1,

0 commit comments

Comments
 (0)