Skip to content

Commit

Permalink
Merge pull request #133 from VandewalleL/master
Browse files Browse the repository at this point in the history
Clarify how multiple files can be loaded
  • Loading branch information
pyushkevich authored Nov 20, 2024
2 parents 9eb996c + 10d066b commit 97e5ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI/Qt/main.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ void usage(const char *progname)
cout << "Image Options:" << endl;
cout << " -g FILE : Load the main image from FILE" << endl;
cout << " -s FILE [FILE+] : Load the segmentation image from FILE" << endl;
cout << " : (multiple files may be provided)" << endl;
cout << " : (multiple space separated files may be provided)" << endl;
cout << " -l FILE : Load label descriptions from FILE" << endl;
cout << " -o FILE [FILE+] : Load additional images from FILE" << endl;
cout << " : (multiple files may be provided)" << endl;
cout << " : (multiple space separated files may be provided)" << endl;
cout << " -w FILE : Load workspace from FILE" << endl;
cout << " : (-w cannot be mixed with -g,-s,-l,-o options)" << endl;
cout << "Additional Options:" << endl;
Expand Down

0 comments on commit 97e5ac6

Please sign in to comment.