diff --git a/src/musrfit.cpp b/src/musrfit.cpp index aa6200a10..10264fe13 100644 --- a/src/musrfit.cpp +++ b/src/musrfit.cpp @@ -88,7 +88,7 @@ void* musrfit_timeout(void *args) void musrfit_syntax() { cout << endl << "usage: musrfit [ [-k, --keep-mn2-ouput] [-c, --chisq-only] [-t, --title-from-data-file]"; - cout << endl << " [-e, --estimateN0 ] [-p, --per-run-block-chisq ]"; + cout << endl << " [-e, --estimateN0] [-p, --per-run-block-chisq]"; cout << endl << " [--dump ] [--timeout ] | --version | --help"; cout << endl << " : msr input file"; cout << endl << " 'musrfit ' will execute musrfit";