forked from neri/datatrash
update usage with delete_on_download, let it scroll on narrow screens
This commit is contained in:
parent
b8fac27511
commit
dbafc1849e
|
@ -83,4 +83,5 @@ a.button:visited {
|
||||||
|
|
||||||
.usage {
|
.usage {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,9 @@ text upload
|
||||||
curl -F 'text=your text' {upload_url}
|
curl -F 'text=your text' {upload_url}
|
||||||
including time
|
including time
|
||||||
curl -F 'text=your text' -F 'keep_for=1800' {upload_url}
|
curl -F 'text=your text' -F 'keep_for=1800' {upload_url}
|
||||||
</pre>
|
limit to one download
|
||||||
|
curl -F 'text=your text' -F 'delete_on_download=true' {upload_url}</pre
|
||||||
|
>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue