summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-04-30 22:19:41 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-04-30 22:19:41 -0500
commit2d7fce602129abb1ce0590cd00637375a3423a62 (patch)
tree182cc794f646c460a7fa6c4f1e82ce263978449a /src
parent39b5eb3eb9a7353c5dacc91b672afae3ce9c97de (diff)
Added comments and minor fixes.
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/pm-action.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pm-action.in b/src/pm-action.in
index 46410e2..d4ddec6 100644..100755
--- a/src/pm-action.in
+++ b/src/pm-action.in
@@ -56,7 +56,7 @@ done
METHOD="$(echo ${0##*pm-} |tr - _)"
command_exists "check_$METHOD" && command_exists "do_$METHOD" || {
- log "pm-utils does not know how to $1 on this system."
+ log "pm-utils does not know how to $METHOD on this system."
exit 1
}