mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +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]... LAST
|
||||||
seq [OPTION]... FIRST LAST
|
seq [OPTION]... FIRST LAST
|
||||||
seq [OPTION]... FIRST INCREMENT LAST";
|
seq [OPTION]... FIRST INCREMENT LAST
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue