diff options
Diffstat (limited to 'publish')
-rwxr-xr-x | publish | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -68,13 +68,14 @@ usage: $0 [<src> [<src> ...]] copy the file <src> to a server an report the URL. OPTIONS: - -n no-do. Just print what would have been done. - -H Show the history. - -S Make a screenshot of one window and publish. - -x Publish the contents of the xclipboard. - -h Show this message. - -q Produce a QR code. - -8 Add a AddDefaultCharset UTF-8 .htaccess file. + -8 Add a AddDefaultCharset UTF-8 .htaccess file. + -H Show the history. + -s FN When reading data from stdin, use FN as filename to be published. + -S Make a screenshot of one window and publish. + -h Show this message. + -n no-do. Just print what would have been done. + -q Produce a QR code. + -x Publish the contents of the xclipboard. EOF } |