Skip to content

Commit 133b7cf

Browse files
author
hashworks
committed
Use plural in help messages
1 parent 3719e68 commit 133b7cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ See `--help`:
3232
Uploads one or multiple files to srrdb.com.
3333
Options:
3434
-n, --username=<username> and -p, --password=<password>
35-
If you provide this it will post the file using this account.
35+
If you provide this it will post files using this account.
3636
-r, --release=<dirname>
37-
If you provide this it will post a stored file to the specified release.
37+
If you provide this it will post stored files to the specified release.
3838
Note that you need a valid login for this.
3939
-f, --folder=<folder>
40-
Optional to --release, this will set the folder of the stored file.
40+
Optional to --release, this will set the folder of the stored files.
4141
```
4242

4343
## Tips for aliases

srrdb.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ func usage() {
111111
fmt.Println(" Uploads one or multiple files to srrdb.com.")
112112
fmt.Println(" Options:")
113113
fmt.Println(" -u, --username=<username> and -p, --password=<password>")
114-
fmt.Println(" If you provide this it will post the file using this account.")
114+
fmt.Println(" If you provide this it will post files using this account.")
115115
fmt.Println(" -r, --release=<dirname>")
116-
fmt.Println(" If you provide this it will post a stored file to the specified release.")
116+
fmt.Println(" If you provide this it will post stored files to the specified release.")
117117
fmt.Println(" Note that you need a valid login for this.")
118118
fmt.Println(" -f, --folder=<folder>")
119119
fmt.Println(" Optional to --release, this will set the folder of the stored file.")

0 commit comments

Comments
 (0)