We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d204de commit c49ecd2Copy full SHA for c49ecd2
1 file changed
cmd/fname/fname.go
@@ -22,13 +22,13 @@ Examples:
22
fname
23
24
# generate 10 names using a custom delimiter
25
- fname --delimiter "." --number 10
+ fname --delimiter "." --quantity 10
26
27
Options:`
28
29
contact = `
30
Author: Christopher Murphy <flyweight@pm.me>
31
-Repo: https://github.com/splode/fname`
+Source: https://github.com/splode/fname`
32
)
33
34
var (
0 commit comments