Changeset 1658 for zzuf/trunk/src/zzuf.c
- Timestamp:
- Jan 12, 2007, 5:20:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r1657 r1658 694 694 printf(" [-F forks] [-C crashes] [-B bytes] [-T seconds]\n"); 695 695 printf(" [-M bytes] [-P protect] [-R refuse]\n"); 696 printf(" [-I include] [-E exclude] [PROGRAM [ ARGS]...]\n");696 printf(" [-I include] [-E exclude] [PROGRAM [--] [ARGS]...]\n"); 697 697 # ifdef HAVE_GETOPT_LONG 698 698 printf(" zzuf -h | --help\n"); … … 702 702 printf(" zzuf -v\n"); 703 703 # endif 704 printf("Run COMMAND and randomlyfuzz its input.\n");704 printf("Run PROGRAM with optional arguments ARGS and fuzz its input.\n"); 705 705 printf("\n"); 706 706 printf("Mandatory arguments to long options are mandatory for short options too.\n");
Note: See TracChangeset
for help on using the changeset viewer.