diff --git a/fslcc.cc b/fslcc.cc index 13626f1e31fefb2e8eed890821b3eba28e8f4c47..1bd27318c5ae64dbb59c8ff75a78c6b00bd2579e 100755 --- a/fslcc.cc +++ b/fslcc.cc @@ -69,7 +69,7 @@ int fmrib_main(int argc, char *argv[]) int main(int argc,char *argv[]) { - string title("fslcc (Version 1.2)"); + string title("fslcc"); string examples("fslcc [options] <first_input> <second_input> "); OptionParser options(title, examples); diff --git a/fslmeants.cc b/fslmeants.cc index df8fdde13b70e14ee26af3243e0e44ad83a0ad30..4f85144b5ca0e6a5090274d956ad062d515b9421 100644 --- a/fslmeants.cc +++ b/fslmeants.cc @@ -23,7 +23,7 @@ using namespace Utilities; // The two strings below specify the title and example usage that is // printed out as the help or usage message -string title="fslmeants (Version 1.2)\nCopyright(c) 2004-2009, University of Oxford (Mark Jenkinson, Christian F. Beckmann)\nPrints average timeseries (intensities) to the screen (or saves to a file).\nThe average is taken over all voxels in the mask (or all voxels in the image if no mask is specified).\n"; +string title="fslmeants\nCopyright(c) 2004-2009, University of Oxford (Mark Jenkinson, Christian F. Beckmann)\nPrints average timeseries (intensities) to the screen (or saves to a file).\nThe average is taken over all voxels in the mask (or all voxels in the image if no mask is specified).\n"; string examples="fslmeants -i filtered_func_data -o meants.txt -m my_mask\nfslmeants -i filtered_func_data -m my_mask\nfslmeants -i filtered_func_data -c 24 19 10"; // Each (global) object below specificies as option and can be accessed