Skip to content

Commit 5d75043

Browse files
committed
add clarifying words to --help
Signed-off-by: Kevin Morris <kevr@0cost.org>
1 parent 1604e6e commit 5d75043

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A script for fetching or posting text pastes on https://hastebin.com.
1010
usage: hastebin [-h] [--clip-command clip_command] [--clipboard] [id]
1111

1212
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.
1414

1515
positional arguments:
1616
id when provided, fetches and displays a hastebin paste
@@ -64,4 +64,4 @@ A few environment variables are utilized for defaults.
6464

6565
* `HASTEBIN_SERVER_URL`: The hastebin URL (default: 'https://hastebin.com')
6666
* `HASTEBIN_SERVER_TIMEOUT`: The hastebin request timeout (default: 5)
67-
* `HASTEBIN_CLIPPER`: Default --clip-command
67+
* `HASTEBIN_CLIPPER`: Default --clip-command

hastebin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def post_paste(text):
5050
def main():
5151
help_description = "Upload text from stdin to HASTEBIN_SERVER_URL. "
5252
help_description += "If [id] is provided,\nthe corresponding paste is "
53-
help_description += "fetched and displayed."
53+
help_description += "fetched and displayed instead."
5454
footer = """environment variables:
5555
HASTEBIN_CLIPPER (default: 'xclip -sel primary')
5656
HASTEBIN_SERVER_URL (default: 'https://hastebin.com')

0 commit comments

Comments
 (0)