[Pkg-running-devel] [antpm] 40/48: antpm-usbmon2ant: fix crash under win
Kristof Ralovich
ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
ralovich-guest pushed a commit to branch upstream
in repository antpm.
commit 1a6f657d41791355d30e0818b8ef55a43acada8f
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date: Tue Apr 8 15:31:27 2014 +0200
antpm-usbmon2ant: fix crash under win
---
src/antpm-usbmon2ant.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/antpm-usbmon2ant.cpp b/src/antpm-usbmon2ant.cpp
index eeca806..9954819 100644
--- a/src/antpm-usbmon2ant.cpp
+++ b/src/antpm-usbmon2ant.cpp
@@ -68,7 +68,7 @@ main(int argc, char** argv)
po::options_description desc("Allowed options");
desc.add_options()
("help,h", "produce help message")
- ("op,operation", po::value<string>(&op)->default_value("parse"), "possible modes of operation: parse|dump|usbmon|filter|count")
+ ("op,O", po::value<string>(&op)->default_value("parse"), "possible modes of operation: parse|dump|usbmon|filter|count")
//("d", po::value<bool>(&dump)->zero_tokens(), "diffable byte dumps + decoded strings")
//("u", po::value<bool>(&usbmon)->zero_tokens(), "generate pseudo usbmon output")
//("f", po::value<bool>(&filter)->zero_tokens(), "just filter ANT messages from usbmon stream")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git
More information about the Pkg-running-devel
mailing list