--- ./gladesig.c.00 1998-09-19 05:31:44.000000000 +0200 +++ ./gladesig.c 2007-01-22 19:34:15.000000000 +0100 @@ -84,15 +84,15 @@ void usage(char *progname) { printf("Usage:\n %s [--help|--version] [--search|--define] [--clipboard] [--dict=/path/to/dict]\n",progname); - printf(" --help: Display all options available for wordinspect. - --version: Display wordinspect's current version and copyright. - --search: Search for the word provided on the command line - [Default]. - --define: Define the word provided on the command line. - --clipboard: Use the word currently in X's primary selection (the - clipboard) as if it were typed on the command line. - Useful for launching from a menu or hot-key. - --dict=/path/to/dict: Use the copy of dict in /path/to/dict. + printf(" --help: Display all options available for wordinspect. \ + --version: Display wordinspect's current version and copyright. \ + --search: Search for the word provided on the command line \ + [Default]. \ + --define: Define the word provided on the command line. \ + --clipboard: Use the word currently in X's primary selection (the \ + clipboard) as if it were typed on the command line. \ + Useful for launching from a menu or hot-key. \ + --dict=/path/to/dict: Use the copy of dict in /path/to/dict. \ "); }