From 5609c957058fa06ad01c40074dfa82c6521eaf57 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 15 Apr 2011 17:41:12 -0400 Subject: [PATCH] grammar fix --- irc/commands/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/commands/git.py b/irc/commands/git.py index 57f7b75..422cffc 100644 --- a/irc/commands/git.py +++ b/irc/commands/git.py @@ -59,7 +59,7 @@ def do_help(): "checkout": "switch branches", "delete": "delete an old branch", "pull": "update everything from the remote server", - "status": "check if we are out of date" + "status": "check if we are up-to-date", } keys = help_dict.keys()