268,269c268,269
< against the gem5 style rules on hg commit and qrefresh commands. This
< script will now install the hook in your %s.
---
> against the gem5 style rules on %s.
> This script will now install the hook in your %s.
272,273c272,275
< mercurial_style_message = style_message % ".hg/hgrc file"
< git_style_message = style_message % ".git/hooks/ directory"
---
> mercurial_style_message = style_message % ("hg commit and qrefresh commands",
> ".hg/hgrc file")
> git_style_message = style_message % ("'git commit'",
> ".git/hooks/ directory")