Changeset 1802 for zzuf/trunk
- Timestamp:
- Jul 10, 2007, 5:31:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r1801 r1802 1145 1145 #endif 1146 1146 #if defined HAVE_SETRLIMIT && defined ZZUF_RLIMIT_MEM 1147 printf( "[-M bytes] ");1148 #endif 1149 printf( "[-b ranges] [-P protect]\n");1150 printf(" [- R refuse] [-p descriptors]");1151 #if defined HAVE_REGEX_H 1152 printf( "[-I include] [-E exclude]\n");1153 printf(" "); 1154 #endif 1155 printf( "[PROGRAM [--] [ARGS]...]\n");1147 printf( "[-M megabytes] "); 1148 #endif 1149 printf( "[-b ranges]\n"); 1150 printf(" [-P protect] [-R refuse] [-p pick]"); 1151 #if defined HAVE_REGEX_H 1152 printf( " [-I include] [-E exclude]"); 1153 #endif 1154 printf("\n"); 1155 printf(" [PROGRAM [--] [ARGS]...]\n"); 1156 1156 printf(" zzuf -h | --help\n"); 1157 1157 printf(" zzuf -V | --version\n");
Note: See TracChangeset
for help on using the changeset viewer.