X-Git-Url: https://git.armaanb.net/?p=phrases.git;a=blobdiff_plain;f=phrases.py;h=4c6a749477d1e9985a9d30dd8f112ffa8f77153f;hp=28ae138386be41e4e3258239f4f76d505f089f59;hb=4f30da78d57eaa29c07a202afb3ad4ee2c10ef06;hpb=633ca3cfb97a0dc3cd26478cdb024315189647aa 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):