Skip to content

Commit 46c6370

Browse files
committed
docs(offboard): update usage with --force
1 parent f6e10ca commit 46c6370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,15 @@ options:
9393

9494
```bash
9595
$ compiler-admin offboard -h
96-
usage: compiler-admin offboard [-h] [--alias ALIAS] username
96+
usage: compiler-admin offboard [-h] [--alias ALIAS] [--force] username
9797

9898
positional arguments:
9999
username A Compiler user account name, sans domain.
100100

101101
options:
102102
-h, --help show this help message and exit
103103
--alias ALIAS Account to assign username as an alias.
104+
--force Don't ask for confirmation before offboarding.
104105
```
105106
106107
This script creates a local backup of `USER`'s inbox, see [Restore](#restore-an-email-backup)

0 commit comments

Comments
 (0)