Skip to content

Commit 78c545c

Browse files
authored
Delete extra quote
1 parent 4fdcf25 commit 78c545c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pbincli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main():
4646
send_parser.add_argument("-t", "--text", help="Text in quotes. Ignored if used stdin. If not used, forcefully used stdin")
4747
send_parser.add_argument("-f", "--file", help="Example: image.jpg or full path to file")
4848
send_parser.add_argument("-p", "--password", help="Password for encrypting paste")
49-
send_parser.add_argument("-E", "--expire", default="argparse.SUPPRESS, action="store",
49+
send_parser.add_argument("-E", "--expire", default=argparse.SUPPRESS, action="store",
5050
choices=["5min", "10min", "1hour", "1day", "1week", "1month", "1year", "never"], help="Paste lifetime (default: 1day)")
5151
send_parser.add_argument("-B", "--burn", default=argparse.SUPPRESS, action="store_true", help="Set \"Burn after reading\" flag")
5252
send_parser.add_argument("-D", "--discus", default=argparse.SUPPRESS, action="store_true", help="Open discussion for sent paste")

0 commit comments

Comments
 (0)