diff options
| author | Alex Oberhauser <alex.oberhauser@networld.to> | 2022-11-05 11:01:47 -0400 | 
|---|---|---|
| committer | Alex Oberhauser <alex.oberhauser@networld.to> | 2022-11-05 11:01:47 -0400 | 
| commit | 87468e951c232a7b919549083b506dcd0e94b2d9 (patch) | |
| tree | 0ebb38edc759342cbc8b7dffdea8f11b0870e3f9 | |
| parent | b4b63767dc10fa897d782aac39885065fdcf2436 (diff) | |
| download | vyos-documentation-87468e951c232a7b919549083b506dcd0e94b2d9.tar.gz vyos-documentation-87468e951c232a7b919549083b506dcd0e94b2d9.zip | |
Fixing lint error: Warning: Line too long: len=81
| -rw-r--r-- | docs/contributing/build-vyos.rst | 12 | 
1 files changed, 9 insertions, 3 deletions
| diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 55412dd7..cc9f7ecd 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -240,9 +240,15 @@ The full and current list can be generated with ``./build-vyos-image --help``:    $ vyos_bld@8153428c7e1f:/vyos$ sudo ./build-vyos-image --help      I: Checking if packages required for VyOS image build are installed -    usage: build-vyos-image [-h] [--architecture ARCHITECTURE] [--build-by BUILD_BY] [--debian-mirror DEBIAN_MIRROR] [--debian-security-mirror DEBIAN_SECURITY_MIRROR] [--pbuilder-debian-mirror PBUILDER_DEBIAN_MIRROR] [--vyos-mirror VYOS_MIRROR] [--build-type BUILD_TYPE] -                            [--version VERSION] [--build-comment BUILD_COMMENT] [--debug] [--dry-run] [--custom-apt-entry CUSTOM_APT_ENTRY] [--custom-apt-key CUSTOM_APT_KEY] [--custom-package CUSTOM_PACKAGE] -                            [build_flavor] +    usage: build-vyos-image [-h] [--architecture ARCHITECTURE] +    [--build-by BUILD_BY] [--debian-mirror DEBIAN_MIRROR] +    [--debian-security-mirror DEBIAN_SECURITY_MIRROR] +    [--pbuilder-debian-mirror PBUILDER_DEBIAN_MIRROR] +    [--vyos-mirror VYOS_MIRROR] [--build-type BUILD_TYPE] +    [--version VERSION] [--build-comment BUILD_COMMENT] [--debug] [--dry-run] +    [--custom-apt-entry CUSTOM_APT_ENTRY] [--custom-apt-key CUSTOM_APT_KEY] +    [--custom-package CUSTOM_PACKAGE] +        [build_flavor]      positional arguments:      build_flavor          Build flavor | 
