mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-03-31 21:25:28 +00:00
implement argument option to Keep Nex entry on Snac post was removed (disables cleanup action)
This commit is contained in:
parent
499a78004a
commit
d8dac50cb6
5 changed files with 66 additions and 24 deletions
|
|
@ -35,9 +35,7 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2
|
|||
|
||||
Supported values:
|
||||
|
||||
* `c` (`copy`) - copy files
|
||||
* `h` (`hard`) - create hard links
|
||||
* `s` (`soft`) - create soft links (macos, linux, windows only)
|
||||
* `c` (`copy`) - copy files * `h` (`hard`) - create hard links * `s` (`soft`) - create soft links (macos, linux, windows only)
|
||||
|
||||
-r, --rotate <ROTATE>
|
||||
Keep running as the daemon, renew every `n` seconds
|
||||
|
|
@ -61,6 +59,9 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2
|
|||
|
||||
[default: "%Y/%m/%d %H:%M:%S"]
|
||||
|
||||
-k, --keep
|
||||
Keep Nex entry on Snac post was removed
|
||||
|
||||
-h, --help
|
||||
Print help (see a summary with '-h')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue