Browse Source

Update README.md

main
Nikolay Kasyanov 3 years ago committed by GitHub
parent
commit
63515f0727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      UnicodeCharsGenerator/README.md

6
UnicodeCharsGenerator/README.md

@ -3,8 +3,8 @@
# Usage
## There are 2 flags to specify - `-inline` and `-limit`
`-inline` flag takes an integer. If not negative - each line in the output file will contain specified number of characters
`-limit` flag takes an integer. If not negative - the output file will contain all Unicode characters up to specified one
`-inline` flag takes an integer. If not negative - each line in the output file will contain specified number of characters.
`-limit` flag takes an integer. If not negative - the output file will contain all Unicode characters up to specified one.
## Examples
@ -19,4 +19,4 @@
### general
1. `./UnicodeCharsGenerator` - all Unicode characters, all in one line
2. `./UnicodeCharsGenerator -limit=900 -inline=5` - 900 first characters, only 5 characters on one line
2. `./UnicodeCharsGenerator -limit=900 -inline=5` - 900 first characters, only 5 characters on one line

Loading…
Cancel
Save