1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-10 00:42:40 +01:00

Update Paste help to include missing "--"

Summary: See PHI2027. This example command is missing "--", but it's required.

Test Plan: Ran the new command, no longer got an error about "--".

Differential Revision: https://secure.phabricator.com/D21623
This commit is contained in:
epriestley 2021-03-16 09:06:57 -07:00
parent 7ad4afb919
commit cc23551a7d

View file

@ -12,7 +12,7 @@ final class ArcanistPasteWorkflow
Share and grab text using the Paste application. To create a paste, use the
"--input" flag or provide the text on stdin:
$ cat list_of_ducks.txt | arc paste
$ cat list_of_ducks.txt | arc paste --
$ arc paste --input list_of_ducks.txt
To retrieve a paste, specify the paste ID: