Skip to content

Commit ebc8025

Browse files
author
hashworks
committed
Fix username short parameter
1 parent 2ab58e2 commit ebc8025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srrdb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func usage() {
110110
fmt.Println("-u, --upload <filename>[...]")
111111
fmt.Println(" Uploads one or multiple files to srrdb.com.")
112112
fmt.Println(" Options:")
113-
fmt.Println(" -u, --username=<username> and -p, --password=<password>")
113+
fmt.Println(" -n, --username=<username> and -p, --password=<password>")
114114
fmt.Println(" If you provide this it will post files using this account.")
115115
fmt.Println(" -r, --release=<dirname>")
116116
fmt.Println(" If you provide this it will post stored files to the specified release.")

0 commit comments

Comments
 (0)