We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdcf25 commit 78c545cCopy full SHA for 78c545c
1 file changed
pbincli/cli.py
@@ -46,7 +46,7 @@ def main():
46
send_parser.add_argument("-t", "--text", help="Text in quotes. Ignored if used stdin. If not used, forcefully used stdin")
47
send_parser.add_argument("-f", "--file", help="Example: image.jpg or full path to file")
48
send_parser.add_argument("-p", "--password", help="Password for encrypting paste")
49
- send_parser.add_argument("-E", "--expire", default="argparse.SUPPRESS, action="store",
+ send_parser.add_argument("-E", "--expire", default=argparse.SUPPRESS, action="store",
50
choices=["5min", "10min", "1hour", "1day", "1week", "1month", "1year", "never"], help="Paste lifetime (default: 1day)")
51
send_parser.add_argument("-B", "--burn", default=argparse.SUPPRESS, action="store_true", help="Set \"Burn after reading\" flag")
52
send_parser.add_argument("-D", "--discus", default=argparse.SUPPRESS, action="store_true", help="Open discussion for sent paste")
0 commit comments