Skip to content
Snippets Groups Projects
  • Hans Fangohr's avatar
    a2a3cdd3
    get rid of `--toolchain` flag · a2a3cdd3
    Hans Fangohr authored
    renamed "args.toolchains" to "args.toolchain" because that looks better in the
    help output:
    
    ```
    ./mpsd-software.py install --help
    usage: mpsd-software.py install [-h] [--enable-build-cache] release toolchain [toolchain ...]
    ```
    
    is better than
    
    ```
    ./mpsd-software.py install --help
    usage: mpsd-software.py install [-h] [--enable-build-cache] release toolchains [toolchains ...]
    ```
    a2a3cdd3
    History
    get rid of `--toolchain` flag
    Hans Fangohr authored
    renamed "args.toolchains" to "args.toolchain" because that looks better in the
    help output:
    
    ```
    ./mpsd-software.py install --help
    usage: mpsd-software.py install [-h] [--enable-build-cache] release toolchain [toolchain ...]
    ```
    
    is better than
    
    ```
    ./mpsd-software.py install --help
    usage: mpsd-software.py install [-h] [--enable-build-cache] release toolchains [toolchains ...]
    ```