We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d173e9 commit 0320058Copy full SHA for 0320058
README.md
@@ -277,13 +277,13 @@ croc send --hash imohash SOMEFILE
277
By default, the code phrase is copied to your clipboard. To disable this:
278
279
```bash
280
-croc send --disable-clipboard [filename]
+croc --disable-clipboard send [filename]
281
```
282
283
To copy the full command with the secret as an environment variable (useful on Linux/macOS):
284
285
286
-croc send --extended-clipboard [filename]
+croc --extended-clipboard send [filename]
287
288
289
This copies the full command like `CROC_SECRET="code-phrase" croc` (including any relay/pass flags).
0 commit comments