From: Armaan Bhojwani Date: Mon, 4 Jan 2021 18:40:12 +0000 (-0500) Subject: Remove --open option X-Git-Tag: v1.0.0~2 X-Git-Url: https://git.armaanb.net/?p=phrases.git;a=commitdiff_plain;h=4f30da78d57eaa29c07a202afb3ad4ee2c10ef06 Remove --open option --- diff --git a/phrases.py b/phrases.py index 28ae138..4c6a749 100755 --- a/phrases.py +++ b/phrases.py @@ -36,9 +36,6 @@ def parse_args(): help="print number of possible phrases.") parser.add_argument("-f", "--file", help="set the location of the phrase database.") - parser.add_argument("-o", "--open", - type=int, - help="specify the id of a specific phrase to print.") return parser.parse_args() def output(args, row, numx):