Changeset 1698 for zzuf/trunk/src/zzuf.c
- Timestamp:
- Jan 18, 2007, 10:04:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r1695 r1698 809 809 { 810 810 #if defined HAVE_REGEX_H 811 printf("Usage: zzuf [-AcdimnqSvx] [- r ratio] [-s seed | -s start:stop]\n");811 printf("Usage: zzuf [-AcdimnqSvx] [-s seed|-s start:stop] [-r ratio|-r min:max]\n"); 812 812 printf(" [-D delay] [-F forks] [-C crashes] [-B bytes]\n"); 813 813 printf(" [-T seconds] [-M bytes] [-P protect] [-R refuse]\n"); 814 814 printf(" [-I include] [-E exclude] [PROGRAM [--] [ARGS]...]\n"); 815 815 #else 816 printf("Usage: zzuf [-AdimnqSvx] [- r ratio] [-s seed | -s start:stop]\n");816 printf("Usage: zzuf [-AdimnqSvx] [-s seed|-s start:stop] [-r ratio|-r min:max]\n"); 817 817 printf(" [-D delay] [-F forks] [-C crashes] [-B bytes]\n"); 818 818 printf(" [-T seconds] [-M bytes] [-P protect] [-R refuse]\n");
Note: See TracChangeset
for help on using the changeset viewer.