summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2013-11-19 16:48:50 -0800
committerAndy McFadden <fadden@android.com>2013-11-19 16:48:50 -0800
commitfdd3795ca914c12cbe0ea40f00cb620f0b0b3c83 (patch)
treee80c63a01ddf412acaf3121b8173008bf2da3294 /cmds
parent7ae751960d8b31e6e301c18122d1146da8fe5983 (diff)
downloadframeworks_av-fdd3795ca914c12cbe0ea40f00cb620f0b0b3c83.zip
frameworks_av-fdd3795ca914c12cbe0ea40f00cb620f0b0b3c83.tar.gz
frameworks_av-fdd3795ca914c12cbe0ea40f00cb620f0b0b3c83.tar.bz2
Fix the help text
Pesky bloggers. Change-Id: Ia8677b054423db292a34e28337431b57804df259
Diffstat (limited to 'cmds')
-rw-r--r--cmds/screenrecord/screenrecord.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/screenrecord/screenrecord.cpp b/cmds/screenrecord/screenrecord.cpp
index a6652f4..61f83e3 100644
--- a/cmds/screenrecord/screenrecord.cpp
+++ b/cmds/screenrecord/screenrecord.cpp
@@ -721,8 +721,8 @@ static void usage() {
" display resolution (if supported), 1280x720 if not. For best results,\n"
" use a size supported by the AVC encoder.\n"
"--bit-rate RATE\n"
- " Set the video bit rate, in megabits per second. Value may be specified\n"
- " in bits or megabits, e.g. '4000000' is equivalent to '4M'. Default %dMbps.\n"
+ " Set the video bit rate, in bits per second. Value may be specified as\n"
+ " bits or megabits, e.g. '4000000' is equivalent to '4M'. Default %dMbps.\n"
"--bugreport\n"
" Add additional information, such as a timestamp overlay, that is helpful\n"
" in videos captured to illustrate bugs.\n"