Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3cc189

Browse files
isidenticalvstinner
authored andcommittedAug 26, 2019
bpo-37925: Mention --embed in python-config usage (pythonGH-15458)
1 parent 6fee0f8 commit d3cc189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Misc/python-config.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
exit_with_usage ()
66
{
7-
echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
7+
echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir|--embed"
88
exit $1
99
}
1010

0 commit comments

Comments
 (0)
Please sign in to comment.