Changeset 6141 for trunk/TOOLS/arb_replace.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/TOOLS/arb_replace.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/arb_replace.cxx
r5855 r6141 22 22 printf("syntax: arb_replace [-l/L/p] \"old=newdata\" [filepattern]\n"); 23 23 // printf(" %s %s %s %s",argv[0],argv[1],argv[2],argv[3]); 24 printf(" -l linemode, parse each line sep eratedly\n");25 printf(" -L linemode, parse each line sep eratedly, delete empty lines\n");24 printf(" -l linemode, parse each line separately\n"); 25 printf(" -L linemode, parse each line separately, delete empty lines\n"); 26 26 printf(" -p patchmode, (no wildcards allowed, rightside<leftside)\n"); 27 27 return -1;
