diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-05-12 22:43:06 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-05-12 22:43:06 -0400 |
commit | 2778b21332c59714a69da1e2304dd5943a6f53da (patch) | |
tree | e86cf3d75e9c641e0e13554c7c7e123ef70919da | |
parent | 28b17f6c0117724cdc092343d300e1e0646d409c (diff) | |
download | GradeBook-2778b21332c59714a69da1e2304dd5943a6f53da.tar.gz GradeBook-2778b21332c59714a69da1e2304dd5943a6f53da.zip |
fixed Usage message
-rwxr-xr-x | blackboard2gradebook.tcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/blackboard2gradebook.tcl b/blackboard2gradebook.tcl index 879c842..dd107c7 100755 --- a/blackboard2gradebook.tcl +++ b/blackboard2gradebook.tcl @@ -20,8 +20,9 @@ set usage " Usage: $argv0 \[options] gradebook.sqlitedb blackboard.sqlitedb - Expect both DB files to be sqilte tables. - Exported DB should have a single table 'export_table' + Import a foreign DB to gradebook format. + Expect both DB files to be sqlite tables. + Imported DB should have a single table 'export_table' Example: $argv0 2020_Fall_Phys251 blackboard.db |