Fix duplicated description on standard query (#3286)

This commit is contained in:
Omereshone Kelvin 2021-12-13 03:02:52 +01:00 committed by GitHub
parent 20a76adc56
commit 64203a022a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ kind: query
spec:
name: Get the version of the resident operating system
platforms: macOS, Linux, Windows, FreeBSD
description: Shows system mounted devices and filesystems (not process specific).
description: Retrieves the version of the host(s) operating system(s).
query: SELECT * FROM os_version;
purpose: Informational
contributors: zwass