소스 검색

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


불러오는 중...
취소
저장