update for testing purposes

This commit is contained in:
r4sas
2017-02-19 23:27:37 +03:00
parent 6274f8016a
commit e7f3610fdb
5 changed files with 28 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ def main():
send_parser.add_argument("-e", "--expire", default="1day", action="store", help="expiration of paste (default: 1day)")
send_parser.add_argument("-f", "--format", default="plaintext", action="store", help="format of paste (default: plaintext)")
send_parser.add_argument("-p", "--password", help="password for crypting paste")
send_parser.add_argument("filename", help="filename (example: image.jpg)")
#send_parser.add_argument("filename", help="filename (example: image.jpg)")
send_parser.set_defaults(func=pbincli.actions.send)
# parse arguments