summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/etc-update')
-rwxr-xr-xbin/etc-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/etc-update b/bin/etc-update
index 03fef8d18..d18afa33a 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -487,7 +487,7 @@ while [[ -n $1 ]] ; do
case $1 in
-d|--debug) SET_X=true;;
-h|--help) usage;;
- -V|--version) echo '$Id$'; exit 0;;
+ -V|--version) emerge --version ; exit 0;;
*) usage 1 "Invalid option '$1'";;
esac
shift