aboutsummaryrefslogtreecommitdiff
path: root/man/man1/sqs.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/sqs.1df')
-rw-r--r--man/man1/sqs.1df14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/sqs.1df b/man/man1/sqs.1df
new file mode 100644
index 00000000..c3b1af55
--- /dev/null
+++ b/man/man1/sqs.1df
@@ -0,0 +1,14 @@
+.TH SQS 1df "November 2016" "Manual page for sqs"
+.SH NAME
+.B sqs
+\- strip query strings from the given filenames if present
+.SH SYNOPSIS
+.B sqs 'foo.php?bar=baz'
+.br
+.B sqs 'foo.php?bar=baz' 'quux.php?wibble&florb=1'
+.SH DESCRIPTION
+.B sqs
+renames any of the files given as its trailing arguments to remove a trailing
+HTTP query string. It is not an error if none of the files have the extension.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>