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
1717# make
1818$ make compose
1919
20- # python
21- $ python3 compose.py
20+ # python (only vapis)
21+ $ python3 compose.py --onefile
2222
2323# meson
2424$ meson build
@@ -33,7 +33,7 @@ You can generate also generate two separated file containing `libbson` and `libm
3333$ SEPARATED_VAPI= make compose
3434
3535# for python (only vapis)
36- $ python3 compose.py -h
36+ $ python3 compose.py
3737
3838# for meson
3939$ meson build -Donefile=false
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ def set_verbosity(verbose, quiet):
189189 print ('Done. VAPI generated in ./{} [{}]' .format (args .out , 'onefile' if args .onefile else 'separated' ))
190190 finally :
191191 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' )
193193
194194else :
195195 parser .print_help (sys .stderr )
You can’t perform that action at this time.
0 commit comments