summaryrefslogtreecommitdiff
path: root/src/seq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-26 02:18:09 +0000
committerJim Meyering <jim@meyering.net>1999-04-26 02:18:09 +0000
commit0d13ededcee45c4a0aaff5ff21c773fd33e3dfd0 (patch)
treeadadd307c3a2452a2952e95ce5158d895452b439 /src/seq.c
parenta3a4a31c22dcea4bb19eb56642502f5e2cd56632 (diff)
downloadcoreutils-0d13ededcee45c4a0aaff5ff21c773fd33e3dfd0.tar.xz
revert last change
Diffstat (limited to 'src/seq.c')
-rw-r--r--src/seq.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/seq.c b/src/seq.c
index af2be47c6..27ebc9df0 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -140,12 +140,6 @@ main (int argc, char **argv)
}
#endif
- if (argc == 1)
- {
- error (0, 0, _("too few arguments"));
- usage (1);
- }
-
/* We have to handle negative numbers in the command line but this
conflicts with the command line arguments. So explicitly check first
whether the next argument looks like a negative number. */