Skip to content

Commit ea94fc4

Browse files
Update detectionlists.md (#124)
Co-authored-by: Alan Grgic <alan.grgic@code42.com>
1 parent 4d48c19 commit ea94fc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/userguides/detectionlists.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Managing Detection List Users
1+
# Manage Detection List Users
22

3-
Use the departing-employee commands to add or remove employees on that that list, or update the details for a user. To
3+
Use the `departing-employee` commands to add or remove employees on the Departing Employees list or High Risk list, or update the details for a user. To
44
see a list of all the users currently in your organization, you can export a list from the
55
[Users action menu](https://support.code42.com/Administrator/Cloud/Administration_console_reference/Users_reference#Action_menu).
66

@@ -23,7 +23,7 @@ employee.
2323

2424
## Add users to the Departing Employees list
2525

26-
Once you have entered the employees' information in the CSV file, use the bulk add command with the CSV file path to
26+
Once you have entered the employees' information in the CSV file, use the `bulk add` command with the CSV file path to
2727
add multiple users at once. For example:
2828

2929
```bash
@@ -40,11 +40,11 @@ To remove multiple users at once:
4040

4141
2. Save the file to your current working directory.
4242

43-
3. Use the bulk remove command. For example:
43+
3. Use the `bulk remove` command. For example:
4444

4545
```bash
4646
code42 high-risk-employee bulk remove /Users/matt.allen/remove_high_risk_employee.csv
4747
```
4848

49-
Learn more about the [Departing Employee](../commands/departingemployee.md) and the
49+
Learn more about the [Departing Employee](../commands/departingemployee.md) and
5050
[High Risk Employee](../commands/highriskemployee.md) commands.

0 commit comments

Comments
 (0)