Skip to content

rustbuild accepts -h but not --help #34534

Closed
@arielb1

Description

@arielb1
$ python ../src/bootstrap/bootstrap.py -h
Usage: rust.py [options]

Options:
    -v, --verbose       use verbose output
        --config FILE   TOML configuration file for build
        --host HOST     host targets to build
        --build BUILD   build target of the stage0 compiler
        --target TARGET targets to build
    -s, --step STEP     build step to execute
        --stage N       stage to build
        --src DIR       path to repo root
    -j, --jobs JOBS     number of jobs to run in parallel
        --clean         clean output directory
    -h, --help          print this help message
$ python ../src/bootstrap/bootstrap.py --help
usage: bootstrap.py [-h] [--config CONFIG] [--clean] [-v]

Build rust

optional arguments:
  -h, --help       show this help message and exit
  --config CONFIG
  --clean
  -v, --verbose

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions