Skip to content

Commit

Permalink
'pull' alias
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed Feb 22, 2017
1 parent 6955590 commit 9c85bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CommandUpdate.swift
Expand Up @@ -11,7 +11,7 @@ import SwiftChatSE

class CommandUpdate: Command {
override class func usage() -> [String] {
return ["update force", "update"]
return ["update force", "update", "pull"]
}

override class func privileges() -> ChatUser.Privileges {
Expand Down

0 comments on commit 9c85bf8

Please sign in to comment.