Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit ac95cba

Browse files
Update README.md
1 parent 4ade6c4 commit ac95cba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ This command line tool allows you to quickly and easily create an arbitrary numb
44
This tool targets .NET 6 and, for now, needs to be compiled manually.
55

66
## Usage
7-
At the minimum, you must specify the number of files you want to generate. This should be an sequence of numbers (with optional commas).
7+
At the minimum, you must specify the number of files you want to generate. This should be a single positive integer (with optional commas).
8+
9+
#### Example
810

911
```
10-
dotnet run [filecount]
12+
dotnet run 1000
1113
```
1214

1315
### Argument Flags
@@ -21,7 +23,7 @@ Flag | Description
2123
-o | The output subfolder, which will be created if needed. If not supplied, "output" is used by default.
2224
-d | A delay in milliseconds to be applied between each file's creation. Defaults to 0 if unspecified.
2325

24-
*Examples:*
26+
#### Examples
2527

2628
```
2729
dotnet run 50,000 -p Random-

0 commit comments

Comments
 (0)