diff options
Diffstat (limited to 'blackboard2gradebook.tcl')
-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 |