diff options
| author | Steph Enders <steph@senders.io> | 2025-12-13 13:10:12 -0500 |
|---|---|---|
| committer | Steph Enders <steph@senders.io> | 2025-12-13 13:25:37 -0500 |
| commit | 599a9a05228a2c61055b52ba08288cfc7421c2af (patch) | |
| tree | bd51e36bd60a811015ce8590b9f3a507184f821f /docs/ssync-queue.1 | |
| parent | 265ef114cba60a814b543ee7e0fb37f518f62f64 (diff) | |
Document additional commands
Diffstat (limited to 'docs/ssync-queue.1')
| -rw-r--r-- | docs/ssync-queue.1 | 39 |
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. |