Skip to content

Commit 5585a0a

Browse files
committed
Update README
* Fix error in README usage options
1 parent fd3baf6 commit 5585a0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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('\nLicensed 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

194194
else:
195195
parser.print_help(sys.stderr)

0 commit comments

Comments
 (0)