Skip to content

Commit

Permalink
Clarify how multiple files can be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
VandewalleL authored Apr 23, 2024
1 parent 0d79853 commit 10d066b
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 10d066b

Please sign in to comment.