docs: update

This commit is contained in:
Dylan Araps 2019-09-25 09:59:07 +03:00
parent 62fadf18d9
commit 741a05480f

2
pfetch
View File

@ -139,7 +139,7 @@ get_os() {
while IFS='<>' read -r _ _ line _; do while IFS='<>' read -r _ _ line _; do
case $line in case $line in
# To avoid duplicating code, we use the name of # To avoid duplicating code, we use the name of
# they key (eg ProductVersion) as the name of the # the key (eg ProductVersion) as the name of the
# shell variable containing the value. # shell variable containing the value.
ProductVersion|ProductBuildVersion) ProductVersion|ProductBuildVersion)
IFS='<>' read -r _ _ "${line?}" _ IFS='<>' read -r _ _ "${line?}" _