File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ rp.last_name(num=6)
60
60
### As Command Line Tool
61
61
62
62
``` bash
63
- $ random-profile --help
63
+ random-profile --help
64
64
Usage: random-profile [OPTIONS]
65
65
66
66
usage: random_profile [-h] [-n N] [-f | -p | -l | -ip | -j]
@@ -76,11 +76,11 @@ optional arguments:
76
76
```
77
77
78
78
``` bash
79
- $ random-profile -n 10 -f # to get 10 full names
80
- $ random-profile -n 10 -p # to get 10 full profiles
81
- $ random-profile -n 10 -l # to get 10 last names
82
- $ random-profile -n 10 -ip # to get 10 ipv4 addresses
83
- $ random-profile -n 10 -j # to get 10 job titles
79
+ random-profile -n 10 -f # to get 10 full names
80
+ random-profile -n 10 -p # to get 10 full profiles
81
+ random-profile -n 10 -l # to get 10 last names
82
+ random-profile -n 10 -ip # to get 10 ipv4 addresses
83
+ random-profile -n 10 -j # to get 10 job titles
84
84
```
85
85
86
86
You can’t perform that action at this time.
0 commit comments