Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Markbind #155

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ For a detailed explanation of all commands, refer to the [Features](#features) s

Shows a message explaining how to access the help page.

![help message](images/helpMessage.png)
![help message](images/helpMessage.png)<br>
_Figure: The help command output in ContactSwift._

Format: `help`
Expand Down Expand Up @@ -245,7 +245,7 @@ Examples:
- `filter t/friend t/Colleague` : Shows all employees tagged as `friend` and `Colleague`, respecting case for tags.
- `filter n/jane doe` : Shows employees named `Jane Doe`, regardless of the case used in the filter.
- `filter r/Executive T/TEAM SALES` : Shows employees with the role `Executive` (exact case match required) and in the 'Sales' team, regardless of how the team name's case is entered.
- `filter t/remote` should produce a similar output as below:
- `filter t/remote` should produce a similar output as below:<br>
![result for 'filter tag remote'](./images/filterTagRemoteResult.png)

### Listing all employees : `list`
Expand Down
Loading
Loading