diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-09-11 21:22:23 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-09-11 21:22:54 -0500 |
commit | b88a9fa6c70c7b15d20396e71a694008e6e31625 (patch) | |
tree | ccefbe83a6b8d59d2529ceb5c0b23f09c82f8aba /src | |
parent | cd38cccd39841a86452a47ac5451ed7e8212fe97 (diff) | |
download | vyos-1x-b88a9fa6c70c7b15d20396e71a694008e6e31625.tar.gz vyos-1x-b88a9fa6c70c7b15d20396e71a694008e6e31625.zip |
Fix inconsistent capitalization in the show version output
Diffstat (limited to 'src')
-rwxr-xr-x | src/op_mode/show_version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/op_mode/show_version.py b/src/op_mode/show_version.py index 5bbc2e1f1..7962e1e7b 100755 --- a/src/op_mode/show_version.py +++ b/src/op_mode/show_version.py @@ -32,12 +32,12 @@ parser.add_argument("-j", "--json", action="store_true", help="Produce JSON outp version_output_tmpl = """ Version: VyOS {{version}} -Release Train: {{release_train}} +Release train: {{release_train}} Built by: {{built_by}} Built on: {{built_on}} Build UUID: {{build_uuid}} -Build Commit ID: {{build_git}} +Build commit ID: {{build_git}} Architecture: {{system_arch}} Boot via: {{boot_via}} |