Skip to content

Commit b265b5d

Browse files
committed
Fixed help text for filter_db parameter
1 parent 3f0eca2 commit b265b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/egg-gencat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ void print_help() {
17541754
argdoc("opt_lib", "[string]", "FITS file containing the optical SED library (default: "
17551755
"opt_lib_fast.fits)");
17561756
argdoc("filter_db", "[string]", "location of the filter database file (default: "+
1757-
data_dir+"fits/filter-db/db.dat)");
1757+
file::directorize(filters_dir)+"db.dat)");
17581758
print("");
17591759

17601760
print("List of component related options:");

0 commit comments

Comments
 (0)