Be more consistent with the terminology, referring to "temporary and
installed" instead of "old and new". Inspired by the somewhat non-linear PR, which really didn't have a fix, per se. PR: conf/27235 Roelof Osinga <roelof@eboa.com>
This commit is contained in:
parent
77d46e307c
commit
f56efe6be1
@ -144,8 +144,8 @@ diff_loop () {
|
||||
echo " Use 'i' to install the temporary ${COMPFILE}"
|
||||
case "${NO_INSTALLED}" in
|
||||
'')
|
||||
echo " Use 'm' to merge the old and new versions"
|
||||
echo " Use 'v' to view to differences between the old and new versions again"
|
||||
echo " Use 'm' to merge the temporary and installed versions"
|
||||
echo " Use 'v' to view the diff results again"
|
||||
;;
|
||||
esac
|
||||
echo ''
|
||||
|
Loading…
Reference in New Issue
Block a user