Wrapping long strings is a bad idea anyway.
Signed-off-by: NeilBrown <neil@brown.name>
###### output: cmd,-zyx
./oceani: invalid option -- 'z'
- Usage: oceani --trace --print --noexec --brackets--section=SectionName prog.ocn
+ Usage: oceani --trace --print --noexec --brackets --section=SectionName prog.ocn
###### output: cmd,nofile
oceani: cannot open nofile
## core functions
#include <getopt.h>
- static char Usage[] = "Usage: oceani --trace --print --noexec --brackets"
- "--section=SectionName prog.ocn\n";
+ static char Usage[] =
+ "Usage: oceani --trace --print --noexec --brackets --section=SectionName prog.ocn\n";
static const struct option long_options[] = {
{"trace", 0, NULL, 't'},
{"print", 0, NULL, 'p'},