Update help text in README

This commit is contained in:
Tim Schubert 2023-05-29 00:21:47 +02:00
parent 90354265a0
commit bab551ec50
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -5,15 +5,15 @@ Archives the list of URLs provided on the standard input.
```plain ```plain
Usage of /bin/pad-archiver: Usage of /bin/pad-archiver:
-C string -C string
git directory (default "/repo") The directory containing the git repository in which to archive the pads. (default "/repo")
-password string -password string
password The password for authenticating to the remote. Can also be specified via the environment variable GIT_PASSWORD.
-push -push
push repository to remote Push the changes to the remote specified by remoteUrl
-url string -url string
url of remote URL to push changes to.
-username string -username string
username The username for authenticating to the remote.
``` ```
```shell ```shell