mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 13:37:48 +00:00
seq: remove two chars in seq.md
This commit is contained in:
parent
b787a2ab9a
commit
d57a5eb6a3
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ Display numbers from FIRST to LAST, in steps of INCREMENT.
|
|||
```
|
||||
seq [OPTION]... LAST
|
||||
seq [OPTION]... FIRST LAST
|
||||
seq [OPTION]... FIRST INCREMENT LAST";
|
||||
seq [OPTION]... FIRST INCREMENT LAST
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue