File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A script for fetching or posting text pastes on https://hastebin.com.
10
10
usage: hastebin [-h] [--clip-command clip_command] [--clipboard] [id]
11
11
12
12
Upload text from stdin to HASTEBIN_SERVER_URL. If [id] is provided,
13
- the corresponding paste is fetched and displayed.
13
+ the corresponding paste is fetched and displayed instead .
14
14
15
15
positional arguments:
16
16
id when provided, fetches and displays a hastebin paste
@@ -64,4 +64,4 @@ A few environment variables are utilized for defaults.
64
64
65
65
* ` HASTEBIN_SERVER_URL ` : The hastebin URL (default: 'https://hastebin.com ')
66
66
* ` HASTEBIN_SERVER_TIMEOUT ` : The hastebin request timeout (default: 5)
67
- * ` HASTEBIN_CLIPPER ` : Default --clip-command
67
+ * ` HASTEBIN_CLIPPER ` : Default --clip-command
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def post_paste(text):
50
50
def main ():
51
51
help_description = "Upload text from stdin to HASTEBIN_SERVER_URL. "
52
52
help_description += "If [id] is provided,\n the corresponding paste is "
53
- help_description += "fetched and displayed."
53
+ help_description += "fetched and displayed instead ."
54
54
footer = """environment variables:
55
55
HASTEBIN_CLIPPER (default: 'xclip -sel primary')
56
56
HASTEBIN_SERVER_URL (default: 'https://hastebin.com')
You can’t perform that action at this time.
0 commit comments