Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonwidjaja authored Nov 9, 2023
1 parent f67858b commit ad53b8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ HR Insight proves to be a particularly valuable tool for professionals specializ

- `sort phone` : Sorts employees based on their phone numbers in ascending order.

- `undo` : Undo the most recent command that modified the employee list.
- `undo` : Undo the most recent commands that modified the employee list.

- `redo` : Redo the most recent command that was undone.
- `redo` : Redo the most recent commands that was undone.

- `export all_employee` : Exports employees' data into csv with filename of all_employee.csv.

Expand Down Expand Up @@ -359,19 +359,19 @@ Executing command: `sort name desc`

![SortNamesBeforeAfter](images/SortNames.png)

### Undoing previous command: `undo`
### Undoing previous commands: `undo`

Undo the most recent command that modified the employee list, i.e., `add`, `edit`, `delete`, `leave`, `clear`, `sort`, `redo` commands.
Undo the most recent commands that modified the employee list, i.e., `add`, `edit`, `delete`, `leave`, `clear`, `sort`, `redo` commands.

Format: `undo`

Executing command: `undo`

![UndoBeforeAfter](images/UndoDelete.png)

### Redoing previous undone command: `redo`
### Redoing previous undone commands: `redo`

Redo the most recent command that was undone.
Redo the most recent commands that was undone.

Format: `redo`

Expand Down

0 comments on commit ad53b8e

Please sign in to comment.