Update help text in README
This commit is contained in:
parent
90354265a0
commit
bab551ec50
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue