Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Nov 24, 2020
1 parent e35622b commit 8381ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Downloaded: out from http://127.0.0.1:8080/myfile.txt

Or use whatever tool you want (`wget`, `curl`, your favorite browser...).

The content will be wrote in a file called `out`, but you can change the name with the flag `-o`:
The content will be wrote in a file called as the file name in the url, but you can change the name with the flag `-o`:

```
$ shaloc get -u http://127.0.0.1:8080/myfile.txt -o better-name.txt
Expand All @@ -89,7 +89,7 @@ Sharing /tmp/sup3r-f0ld3r.zip on http://127.0.0.1:8080/sup3r-f0ld3r.zip

You can also specify the IP addresse to share on, as well as the port with the same flags as before (`-i` and `-p`), and randomize the URI as well with `-r`.

You can receive the zip file using the same command as for a single file. By default, it will also be named `out`.
You can receive the zip file using the same command as for a single file.

### Share something a limited number of times

Expand Down

0 comments on commit 8381ca9

Please sign in to comment.