WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7f9d9f1

Browse files
authored
Fix command syntax in README for croc usage
1 parent 0d173e9 commit 7f9d9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,13 +277,13 @@ croc send --hash imohash SOMEFILE
277277
By default, the code phrase is copied to your clipboard. To disable this:
278278

279279
```bash
280-
croc send --disable-clipboard [filename]
280+
croc --disable-clipboard send [filename]
281281
```
282282

283283
To copy the full command with the secret as an environment variable (useful on Linux/macOS):
284284

285285
```bash
286-
croc send --extended-clipboard [filename]
286+
croc --extended-clipboard send [filename]
287287
```
288288

289289
This copies the full command like `CROC_SECRET="code-phrase" croc` (including any relay/pass flags).

0 commit comments

Comments
 (0)