diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 11:41:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 11:41:15 +0100 |
| commit | 32af25f217aa857b6ea7df3e8e18ff9df5f85dea (patch) | |
| tree | 4002d745cfbdd811c6f13eedc28372653c0708bf /tools/dcpdiff.cc | |
| parent | 088494c13723c22a7be94f33e4a000f0fd72d9fc (diff) | |
Missing long option.
Diffstat (limited to 'tools/dcpdiff.cc')
| -rw-r--r-- | tools/dcpdiff.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index 21b3ff47..9dd488ed 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -25,6 +25,7 @@ main (int argc, char* argv[]) int option_index = 0; while (1) { static struct option long_options[] = { + { "bitwise", no_argument, 0, 'b'}, { "version", no_argument, 0, 'v'}, { "help", no_argument, 0, 'h'}, { 0, 0, 0, 0 } |
