forked from indymedia/epicyon
Alternative options
parent
f30f653c0a
commit
ce44f6ffcb
|
@ -167,7 +167,7 @@ parser.add_argument('--imagedescription', dest='imageDescription', type=str,defa
|
||||||
parser.add_argument("--blurhash", type=str2bool, nargs='?', \
|
parser.add_argument("--blurhash", type=str2bool, nargs='?', \
|
||||||
const=True, default=False, \
|
const=True, default=False, \
|
||||||
help="Create blurhash for an image")
|
help="Create blurhash for an image")
|
||||||
parser.add_argument('--cwsubject','--subject', dest='subject', type=str,default=None, \
|
parser.add_argument('--warning','--warn','--cwsubject','--subject', dest='subject', type=str,default=None, \
|
||||||
help='Subject of content warning')
|
help='Subject of content warning')
|
||||||
parser.add_argument('--reply','--replyto', dest='replyto', type=str,default=None, \
|
parser.add_argument('--reply','--replyto', dest='replyto', type=str,default=None, \
|
||||||
help='Url of post to reply to')
|
help='Url of post to reply to')
|
||||||
|
|
Loading…
Reference in New Issue