File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ You can generate a single file containing both `libbson` and `libmongoc` binding
17
17
# make
18
18
$ make compose
19
19
20
- # python
21
- $ python3 compose.py
20
+ # python (only vapis)
21
+ $ python3 compose.py --onefile
22
22
23
23
# meson
24
24
$ meson build
@@ -33,7 +33,7 @@ You can generate also generate two separated file containing `libbson` and `libm
33
33
$ SEPARATED_VAPI= make compose
34
34
35
35
# for python (only vapis)
36
- $ python3 compose.py -h
36
+ $ python3 compose.py
37
37
38
38
# for meson
39
39
$ meson build -Donefile=false
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ def set_verbosity(verbose, quiet):
189
189
print ('Done. VAPI generated in ./{} [{}]' .format (args .out , 'onefile' if args .onefile else 'separated' ))
190
190
finally :
191
191
logging .info ('\n Licensed under MIT, see LICENSE or `make license`' )
192
- logging .info ('Do `python3 compose.py -h` to see usage options' )
192
+ logging .info ('Run `python3 compose.py -h` for usage options' )
193
193
194
194
else :
195
195
parser .print_help (sys .stderr )
You can’t perform that action at this time.
0 commit comments