Skip to content

Commit eba15d5

Browse files
committedMar 19, 2024·
docs(commands/create): update with notify option
1 parent 148245a commit eba15d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@ Additionally, GYB is used for Gmail backup/restore. See the [GYB Wiki](https://g
6363
6464
```bash
6565
$ compiler-admin create -h
66-
usage: compiler-admin create [-h] username [OPTIONS]
66+
usage: compiler-admin create [-h] [--notify NOTIFY] username
6767
6868
positional arguments:
69-
username The user's account name, sans domain.
69+
username A Compiler user account name, sans domain.
7070
7171
options:
72-
-h, --help show this help message and exit
72+
-h, --help show this help message and exit
73+
--notify NOTIFY An email address to send the newly created account info.
7374
```
7475
7576
Additional options are passed through to GAM, see more about [GAM user create](https://github.com/taers232c/GAMADV-XTD3/wiki/Users#create-a-user)

0 commit comments

Comments
 (0)
Please sign in to comment.