diff options
Diffstat (limited to 'android_options.h')
-rw-r--r-- | android_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_options.h b/android_options.h index 89a44db..0a7d79b 100644 --- a/android_options.h +++ b/android_options.h @@ -117,7 +117,7 @@ OPT_PARAM( gps, "<device>", "redirect NMEA GPS to character device" ) OPT_PARAM( keyset, "<name>", "specify keyset file name" ) OPT_PARAM( shell_serial, "<device>", "specific character device for root shell" ) OPT_FLAG ( old_system, "support old (pre 1.4) system images" ) - +OPT_PARAM( tcpdump, "<file>", "capture network packets to file" ) #ifdef CONFIG_NAND_LIMITS OPT_PARAM( nand_limits, "<nlimits>", "enforce NAND/Flash read/write thresholds" ) |