Skip to content

Commit 33fc41a

Browse files
committed
docs(init): updated help output
1 parent ab6001f commit 33fc41a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ Initial setup of a GAMADV-XTD3 project and GYB project is required to provide ne
4444
4545
```bash
4646
$ compiler-admin init -h
47-
usage: compiler-admin init [-h] username
47+
usage: compiler-admin init [-h] [--gam] [--gyb] username
4848
4949
positional arguments:
50-
username The user's account name, sans domain.
50+
username A Compiler user account name, sans domain.
5151
5252
options:
5353
-h, --help show this help message and exit
54+
--gam If provided, initialize a new GAM project.
55+
--gyb If provided, initialize a new GYB project.
5456
```
5557
5658
The `init` commands follows the steps in the [GAMADV-XTD3 Wiki](https://github.com/taers232c/GAMADV-XTD3/wiki/#requirements).

0 commit comments

Comments
 (0)