File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ See `--help`:
32
32
Uploads one or multiple files to srrdb.com.
33
33
Options:
34
34
-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.
36
36
-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.
38
38
Note that you need a valid login for this.
39
39
-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 .
41
41
```
42
42
43
43
## Tips for aliases
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ func usage() {
111
111
fmt .Println (" Uploads one or multiple files to srrdb.com." )
112
112
fmt .Println (" Options:" )
113
113
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." )
115
115
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." )
117
117
fmt .Println (" Note that you need a valid login for this." )
118
118
fmt .Println (" -f, --folder=<folder>" )
119
119
fmt .Println (" Optional to --release, this will set the folder of the stored file." )
You can’t perform that action at this time.
0 commit comments