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


Завантаження…
Відмінити
Зберегти