Adding a manpage for seq(1).

This commit is contained in:
Christoph Lohmann
2012-04-11 18:59:33 +02:00
parent e8d6e30106
commit d512d7938e
2 changed files with 34 additions and 1 deletions

2
seq.c
View File

@@ -117,7 +117,7 @@ main(int argc, char *argv[])
ends = argv[optind++];
break;
default:
eprintf("usage: %s [-f fmt] [-s separator] [-w] [start [step]]"
eprintf("usage: %s [-w] [-f fmt] [-s separator] [start [step]]"
" end\n", basename(argv[0]));
}