Changeset 3826e0b


Ignore:
Timestamp:
Dec 8, 2013, 2:14:29 AM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
fc95aaf
Parents:
ce6186a
Message:

examples/parse_args.h: move some options down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/parse_args.h

    rce6186a r3826e0b  
    6262  fprintf (stream, "usage: %s [ options ] \n", prog_name);
    6363  fprintf (stream,
    64       "       -h      --help             display this message\n"
    65       "       -v      --verbose          be verbose\n"
    66 #ifdef PROG_HAS_JACK
    67       "       -j      --jack             use Jack\n"
    68 #endif
    6964      "       -i      --input            input type\n"
    7065#ifdef PROG_HAS_OUTPUT
     
    8782      "       -m      --mix-input        mix input signal with output signal\n"
    8883#endif
     84#ifdef PROG_HAS_JACK
     85      "       -j      --jack             use Jack\n"
     86#endif
     87      "       -v      --verbose          be verbose\n"
     88      "       -h      --help             display this message\n"
    8989      );
    9090  exit (exit_code);
Note: See TracChangeset for help on using the changeset viewer.