From 83e678dad1ba019974e207298ee7c14e2dcb200c Mon Sep 17 00:00:00 2001 From: dadada Date: Mon, 29 May 2023 00:23:49 +0200 Subject: [PATCH] Make help text more clear --- README.md | 6 +++--- main.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f281d71..47e59d0 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ Archives the list of URLs provided on the standard input. ```plain -Usage of /bin/pad-archiver: +Usage of pad-archiver: -C string - The directory containing the git repository in which to archive the pads. (default "/repo") + The directory containing the git repository in which to archive the pads. (default "$PWS") -password string The password for authenticating to the remote. Can also be specified via the environment variable GIT_PASSWORD. -push - Push the changes to the remote specified by remoteUrl + Push the changes to the remote specified by remoteUrl. -url string URL to push changes to. -username string diff --git a/main.go b/main.go index e64e4a2..d89b166 100644 --- a/main.go +++ b/main.go @@ -147,7 +147,7 @@ func main() { doPush := flag.Bool( "push", false, - "Push the changes to the remote specified by remoteUrl", + "Push the changes to the remote specified by remoteUrl.", ) username := flag.String( "username",