diff --git a/pages/osx/sw_vers.md b/pages/osx/sw_vers.md index f06ab63333..8026b6f34d 100644 --- a/pages/osx/sw_vers.md +++ b/pages/osx/sw_vers.md @@ -1,11 +1,15 @@ # sw_vers -> Print macOS Software versioning information. +> Print macOS operating system version information. -- Print macOS Version: +- Print all available information (OS name, version number, and build): + +`sw_vers` + +- Print only the version number of the operating system: `sw_vers -productVersion` -- Print macOS Build: +- Print only the build identifier: `sw_vers -buildVersion`