Skip to content

Commit

Permalink
Fix inconsistencies in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tjonganthony committed Oct 26, 2016
1 parent 0611f1b commit d73d8bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ PriorityQ
* Other major contributions:
* [Floating Task and Deadline](https://github.com/CS2103AUG2016-W10-C2/main/pull/62)
* [Event](https://github.com/CS2103AUG2016-W10-C2/main/pull/66)

### Roles and responsibilities
**President: Vincent**

Expand Down
6 changes: 3 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ delete 1
|unmark|`unmark <task_id>`|
|show|`show <task_id>`|
|help|`help [<command>]`|
|config|`config [option=value ...]`|
|option|`option [<type>/<value> ...]`|

## Commands

Expand Down Expand Up @@ -165,9 +165,9 @@ help [<command>]
> Help is also shown if you enter an incorrect command e.g. abcd
#### Config
#### option
```
config [option=value ...]
option [<type>/<value> ...]
```
> Configure user settings: name, file path to data file
Expand Down

0 comments on commit d73d8bb

Please sign in to comment.