diff options
| -rwxr-xr-x | helpers/lh_config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/helpers/lh_config b/helpers/lh_config index 61297d6ad..e8a96d3e2 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -155,7 +155,7 @@ Local_arguments ()  				# Dump version  				if [ -x "$(which dpkg 2>/dev/null)" ]  				then -					echo "${0}: This is live-helper version $(dpkg-query --show -f='${Version}')" +					echo "${0}: This is live-helper version $(dpkg-query -f='${Version}') --show live-helper"  				else  					echo "${0}: This is live-helper version ${VERSION}"  				fi | 
