diff --git a/fslorient.cc b/fslorient.cc index a474726cdc4935e5eb7fe918c8aaf6f93012925f..0d87ce86fe010e480cb12f234de7b9c115a954c2 100644 --- a/fslorient.cc +++ b/fslorient.cc @@ -37,9 +37,7 @@ void print_usage() { cout << " -forceneurological (makes FSL neurological header - not Analyze)" << endl; cout << " -swaporient (swaps FSL radiological and FSL neurological)" << endl; cout << endl; - cout << " Note: ANALYZE files are NOT modified by any of the commands" << endl; - cout << " - they are for NIFTI files ONLY!" << endl; - cout << " For NIFTI: the stored data order is never changed here - only the header info." << endl; + cout << " Note: the stored data order is never changed here - only the header info." << endl; cout << " To change the data storage use fslswapdim." << endl; cout << endl; cout << " e.g. " << progname << " -forceradiological myimage" << endl;