aboutsummaryrefslogtreecommitdiff
path: root/docs/ssync-queue.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ssync-queue.1')
-rw-r--r--docs/ssync-queue.139
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/ssync-queue.1 b/docs/ssync-queue.1
new file mode 100644
index 0000000..1af4275
--- /dev/null
+++ b/docs/ssync-queue.1
@@ -0,0 +1,39 @@
+.TH ssync-queue 1 "December 2025" "2.0.0"
+.SH NAME
+ssync-queue \- generate ssync queue from local and remote indicies
+.SH SYNOPSIS
+.B ssync-queue
+[option...]
+.BI \-l " local_index"
+.BI \-r " remote_index"
+.BI \-o " queue_output"
+.YS
+.SH OPTIONS
+.TP
+.BI \-l " file"
+Local index file generated by
+.MR ssync-index 1
+.TP
+.BI \-r " file"
+Remote index file generated by
+.MR ssync-index 1
+.TP
+.BI \-o " file"
+Queue output file.
+.TP
+.BR \-v " verbose logging"
+.TP
+.BR \-h " print this message"
+.SH SEE ALSO
+.MR ssync 1
+.MR ssync 5
+.MR ssync-index 1
+.MR ssync-fetch 1
+.SH REPOSITORY
+.UR https://git.senders.io/utils/ssync.git
+.UE
+.SH AUTHORS
+Steph Enders
+.MT steph@senders.io
+.ME
+ssync-queue is open source licensed under the ISC license. See LICENSE.txt for full copyright information.