summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprofessorkaos642016-09-13 13:16:11 -0400
committerprofessorkaos642016-09-13 13:16:11 -0400
commit4b16c81b74324859855933575d5441bd1f90a11c (patch)
tree7a61b13035bc5cbc6e837c7c499fe5412f8d31d7
parentd29ac86eeb355fefb6b2e517ff9e5c81ccf3ccd8 (diff)
downloadaur-4b16c81b74324859855933575d5441bd1f90a11c.tar.gz
correct post install msg
-rw-r--r--retroarch-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/retroarch-git.install b/retroarch-git.install
index 7cd1b4171d9c..d053ebb9cd70 100644
--- a/retroarch-git.install
+++ b/retroarch-git.install
@@ -2,7 +2,7 @@ post_install() {
cat <<- EOF
:: You can find a list of libretro cores by searching
:: "libretro" in the Arch Linux User Repository.
- :: e.g. 'pacaur -s libretro'
+ :: For example: 'pacaur -s libretro'
EOF
}