From 83441a36224b06d8ef30517ac4149951fe00a3ba Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Sun, 3 Feb 2019 09:21:45 +0200 Subject: [PATCH] clarifying some flip commands --- code/templates/flip | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/templates/flip b/code/templates/flip index 75347d9..9aa98bf 100755 --- a/code/templates/flip +++ b/code/templates/flip @@ -22,9 +22,10 @@ _help() { Filename: When reading from clipboard: - File or folder to write the clipboard contents. If omitted: stdout + File or folder to write the clipboard contents. "-" or pipe + output for stdout. When writing to clipboard: - File or folder to read from. If omitted: stdin + File or folder to read from. If omitted: stdin. Shorthand: echo my data | $SELF file.ext # writes data with name: file.ext