diff --git a/pinnwand/README.md b/pinnwand/README.md index 2533b3d..6ef7e70 100644 --- a/pinnwand/README.md +++ b/pinnwand/README.md @@ -25,7 +25,7 @@ The Pinnwand installer script is a Bash script designed to automate the installa ```bash sudo -u pinnwand-user ./pinnwand-installer.sh ``` -Simply re-run the script to upgrade and existing installation. +Simply re-run the script to upgrade an existing installation. ### Running pinnwand diff --git a/pinnwand/gist.sh b/pinnwand/gist.sh index 51bc9eb..fd3c196 100755 --- a/pinnwand/gist.sh +++ b/pinnwand/gist.sh @@ -1,5 +1,7 @@ #!/bin/bash +# SPDX-License-Identifier: GPL-3.0-or-later + # Base URL of the Pinnwand instance PINNWAND_BASE_URL="https://gist.tnonline.net/api/v1" PASTE_URL="${PINNWAND_BASE_URL}/paste" @@ -20,7 +22,6 @@ Options: -e, --expiry Set the expiry time for the paste (e.g., 1day, 1hour). Default is '1day' if not specified. -l, --lexer Specify the lexer to use for syntax highlighting. - Default is 'text' if not specified. --lexers List all available lexers in 'name : description' format. -h, --help Show this help message and exit.