mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1157299 - Post to pastebin as "Anonymous" instead of "None" by default. r=gps
This commit is contained in:
parent
89976c2b81
commit
89fd91b94d
@ -210,7 +210,7 @@ class PastebinProvider(object):
|
||||
description='Command line interface to pastebin.mozilla.org.')
|
||||
@CommandArgument('--language', default=None,
|
||||
help='Language to use for syntax highlighting')
|
||||
@CommandArgument('--poster', default=None,
|
||||
@CommandArgument('--poster', default='',
|
||||
help='Specify your name for use with pastebin.mozilla.org')
|
||||
@CommandArgument('--duration', default='day',
|
||||
choices=['d', 'day', 'm', 'month', 'f', 'forever'],
|
||||
|
Loading…
Reference in New Issue
Block a user