From 599a9a05228a2c61055b52ba08288cfc7421c2af Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sat, 13 Dec 2025 13:10:12 -0500 Subject: Document additional commands --- docs/ssync-queue.1 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/ssync-queue.1 (limited to 'docs/ssync-queue.1') 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. -- cgit v1.2.3-54-g00ecf