diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-18 16:34:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:48:22 +0100 |
commit | 3f5565713422367e9fb25630061df6a7b85716df (patch) | |
tree | 872d51d6caf234a10bc0c1d13a80dbb8b4c401de | |
parent | 01df6a7c772ca5432a75f8f686a4d7dc085351bd (diff) | |
download | poky-3f5565713422367e9fb25630061df6a7b85716df.tar.gz |
ref-manual: Fixed a grammar consistency error
Referring to multiple options that function the same as
two separate options. I had two successive sentences that were
inconsistent.
(From yocto-docs rev: 291fa846dba2bfcffae9d0538eba65df71c1092b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/migration.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 70c89aa631..beb76e85a0 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -3224,7 +3224,7 @@ | |||
3224 | The "-x" or "--extract" options are now no-ops. | 3224 | The "-x" or "--extract" options are now no-ops. |
3225 | If you wish to provide your own existing source tree, you | 3225 | If you wish to provide your own existing source tree, you |
3226 | will now need to specify either the "-n" or | 3226 | will now need to specify either the "-n" or |
3227 | "--no-extract" option when running | 3227 | "--no-extract" options when running |
3228 | <filename>devtool modify</filename>. | 3228 | <filename>devtool modify</filename>. |
3229 | </para></listitem> | 3229 | </para></listitem> |
3230 | <listitem><para> | 3230 | <listitem><para> |