Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-ds-matos committed Nov 4, 2023
1 parent 825b491 commit 1743ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ int main(int argc, char** argv) {
<< " schdulEd -cpu classes_per_uc.csv -c classes.csv -sc students_classes.csv\n\n"
<< "Where '-cpu' is the flag that specifies a CSV file which contains the list of classes per each UC\n"
<< "Where '-c' is the flag that specifies a CSV file which contains the list of classes an their schedules\n"
<< "Where '-sc' is the flag that specifies a CSV file which contains the list of students and their association with each class\n"
<< "Where '-sc' is the flag that specifies a CSV file which contains the list of students and their association with each class\n\n"
<< "DISCLAIMER: This program is tested for Linux only. As such, it only takes Linux-compatible CSV files on Linux. It might work on Windows, but that is untested.\n"
<< std::endl;
std::exit(1);
}
Expand Down

0 comments on commit 1743ba5

Please sign in to comment.