Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Beni Bichsel committed Dec 28, 2018
1 parent 1c2ab62 commit 05f98af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ make clean
Um SportDB Helper laufen zu lassen:

```
./run --username "js-123456" --password "ABC" --course-id 1234567 --data-file ./data/attendance.xls
./run.sh --username "js-123456" --password "ABC" --course-id 1234567 ./data/attendance.xls
```

Für mehr Details zur Verwendung von SportDP Helper:
```
./run sportdb-helper --help
```
./run.sh --help
```
2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# PURPOSE #
###########
# Convenient wrapper for running SportDP Helper
# For a list of possible arguments, run
# $ ./run.sh --help

BASEDIR="$( dirname "$0")"

Expand Down

0 comments on commit 05f98af

Please sign in to comment.