aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-03-05 15:22:28 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-03-05 15:22:28 +0000
commit19214234ae06bc4523beb2fcdb8d2b29856927ab (patch)
treec248358f09d5a9d0248843b94c7407e21c20d636 /ui/qt/main.cpp
parent95c478c47c6bed98f4dd40ec4a0a11702a4d695f (diff)
Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.
svn path=/trunk/; revision=48085
Diffstat (limited to 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index ffa548eb7e..f898542890 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -227,7 +227,7 @@ print_usage(gboolean print_ver) {
fprintf(output, " -S update packet display when new packets are captured\n");
fprintf(output, " -l turn on automatic scrolling while -S is in use\n");
#if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
- fprintf(output, " -B <buffer size> size of kernel buffer (def: 2MB)\n");
+ fprintf(output, " -B <buffer size> size of kernel buffer (def: %dMB)\n", DEFAULT_CAPTURE_BUFFER_SIZE);
#endif
fprintf(output, " -y <link type> link layer type (def: first appropriate)\n");
fprintf(output, " -D print list of interfaces and exit\n");