Skip to content

Commit

Permalink
updated help on html
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Oct 10, 2023
1 parent 7473dd0 commit 5be8a25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
background-color: #444;
}
.active-tab {
background-color: #444;
background-color: #444;
/*color: #ffa500;*/
color: #5cd5fb;
animation: fade 0.3s ease-in-out;
Expand Down Expand Up @@ -154,6 +154,7 @@ <h1>tshare</h1>
tshare <local-file-path> [-o remote-file-name] [-d max-downloads] [-t time-to-live-in-days] [--crypt passphrase] [--silent]
tshare --stdin -o <remote-file-name> [-d max-downloads] [-t time-to-live-in-days] [--crypt passphrase] [--silent]
tshare -r <token> [--silent]
tshare --upgrade
tshare --version

<b>Options:</b>
Expand All @@ -164,6 +165,7 @@ <h1>tshare</h1>
-c, --crypt Crypt your file using gpg, if installed.
-s, --silent Less verbose, minimal output.
-r, --remove Delete and uploaded file, using a token.
--upgrade Is there a new tshare version available?

<b>Examples:</b>
tshare /tmp/file1.txt # Share /tmp/file1.txt
Expand All @@ -182,7 +184,7 @@ <h1>tshare</h1>

<script>
function showCode(tabElement) {
const os = tabElement.getAttribute('data-os');
const os = tabElement.getAttribute('data-os');
const codeContainers = document.querySelectorAll('.code-container');
codeContainers.forEach(container => {
container.style.display = 'none';
Expand Down

0 comments on commit 5be8a25

Please sign in to comment.