Skip to content

Commit c49ecd2

Browse files
committed
docs: update usage text
1 parent 5d204de commit c49ecd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/fname/fname.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Examples:
2222
fname
2323
2424
# generate 10 names using a custom delimiter
25-
fname --delimiter "." --number 10
25+
fname --delimiter "." --quantity 10
2626
2727
Options:`
2828

2929
contact = `
3030
Author: Christopher Murphy <flyweight@pm.me>
31-
Repo: https://github.com/splode/fname`
31+
Source: https://github.com/splode/fname`
3232
)
3333

3434
var (

0 commit comments

Comments
 (0)