summaryrefslogtreecommitdiffstats
path: root/project
diff options
context:
space:
mode:
authorSean B. Palmer <sean@miscoranda.com>2011-12-27 14:48:24 +0000
committerSean B. Palmer <sean@miscoranda.com>2011-12-27 14:48:24 +0000
commit3724ba37cd02a2bf57012839f84c627eb5df65a2 (patch)
tree18639fc049fe9cd482e3af8c754771838f7e5829 /project
parent12d983561a2098141ca1c8b7270060997112c810 (diff)
downloadbot-3724ba37cd02a2bf57012839f84c627eb5df65a2.tar.gz
bot-3724ba37cd02a2bf57012839f84c627eb5df65a2.tar.bz2
bot-3724ba37cd02a2bf57012839f84c627eb5df65a2.zip
Fixed translation module, with the help of der Hörmi
Diffstat (limited to 'project')
-rwxr-xr-xproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/project b/project
index 21ff142..47b52fd 100755
--- a/project
+++ b/project
@@ -13,7 +13,7 @@ function commit() {
git commit -a && git push origin master
}
-# log - Show a log of recent updates
+# history - Show a log of recent updates
function history() {
git log --pretty=oneline --no-merges -10
}