ValveSoftware / ValveSoftware/source-sdk-2013
VBSP: Argument mismatch for -dumpstaticprops
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10k
- Forks
- 3k
- Avg merge
- 8d 11h
- Merged PRs (30d)
- 2
Description
VBSP recognizes -dumpstaticprop while in the docs/VBSP help text it is -dumpstaticprops (plural).
Fix: In vbsp.cpp on line 1070 add letter "s" at the end of "-dumpstaticprop" string.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open src/utils/vbsp/vbsp.cpp around line 1070 and compare the -dumpstaticprop argument with the docs/VBSP help text. Update the argument spelling so it matches the documented plural form, then verify the VBSP help output and documented option agree.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100