1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-29 11:27:25 +00:00

Clarify a comment about GNU utilities

This commit is contained in:
Sorin Ionescu 2012-08-04 14:53:38 -04:00
parent 28a20b48e6
commit 9e288d859a

View File

@ -29,7 +29,7 @@ _gnu_utility_cmds=(
'tty' 'uname' 'unexpand' 'uniq' 'unlink' 'uptime' 'users' 'vdir'
'wc' 'who' 'whoami' 'yes'
# The following are not part of Coreutils but installed separately.
# The following utilities are not part of Coreutils but installed separately.
# Binutils
'addr2line' 'ar' 'c++filt' 'elfedit' 'nm' 'objcopy' 'objdump'