We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e10ca commit 46c6370Copy full SHA for 46c6370
README.md
@@ -93,14 +93,15 @@ options:
93
94
```bash
95
$ compiler-admin offboard -h
96
-usage: compiler-admin offboard [-h] [--alias ALIAS] username
+usage: compiler-admin offboard [-h] [--alias ALIAS] [--force] username
97
98
positional arguments:
99
username A Compiler user account name, sans domain.
100
101
options:
102
-h, --help show this help message and exit
103
--alias ALIAS Account to assign username as an alias.
104
+ --force Don't ask for confirmation before offboarding.
105
```
106
107
This script creates a local backup of `USER`'s inbox, see [Restore](#restore-an-email-backup)
0 commit comments