]> git.armaanb.net Git - phrases.git/commitdiff
Remove --open option
authorArmaan Bhojwani <me@armaanb.net>
Mon, 4 Jan 2021 18:40:12 +0000 (13:40 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 4 Jan 2021 18:40:12 +0000 (13:40 -0500)
phrases.py

index 28ae138386be41e4e3258239f4f76d505f089f59..4c6a749477d1e9985a9d30dd8f112ffa8f77153f 100755 (executable)
@@ -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):