index
:
moreutils
master
implementations of the non-POSIX utilities included in GNU coreutils
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
seq
5
1 files changed, 0 insertions, 5 deletions
diff --git a/seq b/seq
index 585087b..acb68d5 100755
--- a/
seq
+++ b/
seq
@@ -1,8 +1,3 @@
-# SYNOPSIS
-# seq [OPTION]... LAST
-# seq [OPTION]... FIRST LAST
-# seq [OPTION]... FIRST INCREMENT LAST
-
FIRST=1
INCREMENT=1