Skip to content

Commit

Permalink
Update UserGuide.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Happytreat committed Nov 12, 2018
1 parent 86ac20b commit 44c9240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,10 @@ Example (user provides a file path):
* `add_timetable 1 fl/C:\Users\timetable\timetable.csv`

* WINDOWS:
** `add_timetable fl/C:\Users\timetable\timetable.csv` (absolute pathing) or
** `add_timetable fl/C:\Users\timetable\timetable.csv` (absolute pathing)
** `add_timetable fl/timetable.csv` (relative pathing: when the csv file is in the same directory as the jar file).
* MAC:
** `add_timetable 1 fl//FILEPATH` (absolute pathing: note the double slashes) or
** `add_timetable 1 fl//FILEPATH` (absolute pathing: note the double slashes)
** `add_timetable 1 fl/timetable.csv` (relative pathing).
* add_timetable will add timetable from the given csv file.
* the first row and first column should be left alone.
Expand Down

0 comments on commit 44c9240

Please sign in to comment.