summaryrefslogtreecommitdiffstats
path: root/project
diff options
context:
space:
mode:
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
}