浏览代码

grammar fix

tags/v0.1
Ben Kurtovic 13 年前
父节点
当前提交
5609c95705
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      irc/commands/git.py

+ 1
- 1
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()


正在加载...
取消
保存