summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-hub3
1 files changed, 0 insertions, 3 deletions
diff --git a/git-hub b/git-hub
index 6a2c4a3..e8aae5d 100755
--- a/git-hub
+++ b/git-hub
@@ -919,9 +919,6 @@ class IssueCmd (CmdGroup):
nargs='+', metavar=cls.id_var,
help="number identifying the %s to show"
% cls.name)
- parser.add_argument('-f', '--full',
- default=False, action='store_true',
- help="number identifying the issue to show")
@classmethod
def run(cls, parser, args):
for number in args.issues: