On Fri, Sep 13, 2013 at 03:30:58PM -0700, Ildar Muslukhov wrote: > This patch enables explicit selection of 32 or 64 bit version of > syscall(s) via parameter. This version gets the tab/spacing right, but is word-wrapped.. > @@ -60,8 +63,9 @@ static void usage(void) > fprintf(stderr, " --syslog,-S: log important info to syslog. (useful > if syslog is remote)\n"); > fprintf(stderr, " --verbose,-v: increase output verbosity.\n"); > fprintf(stderr, " --victims,-V: path to victim files.\n"); > + fprintf(stderr, " --arch, -a: selects syscalls for the specified > architecture (32 or 64). Both by default."); > fprintf(stderr, "\n"); > - fprintf(stderr, " -c#: target specific syscall (takes syscall name as > parameter).\n"); > + fprintf(stderr, " -c#,@: target specific syscall (takes syscall name > as parameter and @ as architecture. No @ defaults to both archs.).\n"); > fprintf(stderr, " -N#: do # syscalls then exit.\n"); > fprintf(stderr, " -p: pause after syscall.\n"); > fprintf(stderr, " -s#: use # as random seed.\n"); > @@ -86,6 +90,7 @@ static const struct option longopts[] = { > { "syslog", no_argument, NULL, 'S' }, > { "victims", required_argument, NULL, 'V' }, > { "verbose", no_argument, NULL, 'v' }, > + { "arch", required_argument, NULL, 'a' }, > { NULL, 0, NULL, 0 } }; So I can't apply this. Dave -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html