doc: quickstart.md fixup 89/889/2
authorMaryam Tahhan <maryam.tahhan@intel.com>
Mon, 22 Jun 2015 15:24:48 +0000 (16:24 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 30 Jun 2015 15:38:43 +0000 (15:38 +0000)
Fix line wrapping in quickstart.md so lines aren't deliberately cut
off at particular points.

Change-Id: Ie166c679b7036c850412be645fcc1fee65400b1b
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: TV Rao <tv.rao@freescale.com>
docs/quickstart.md [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5d71c77..e6fb9b3
@@ -8,28 +8,21 @@ Follow the [installation instructions] to install.
 
 ## Configure the `./conf/10_custom.conf` file
 
-The supplied `10_custom.conf` file must be modified, as it contains
-configuration items for which there are no reasonable default values.
+The supplied `10_custom.conf` file must be modified, as it contains configuration items for which there are no reasonable default values.
 
-The configuration items that can be added is not limited to the initial
-contents. Any configuration item mentioned in any .conf file in `./conf`
-directory can be added and that item will be overridden by the custom
+The configuration items that can be added is not limited to the initial contents. Any configuration item mentioned in any .conf file in `./conf` directory can be added and that item will be overridden by the custom
 configuration value.
 
 
 ## Using a custom settings file
 
-Alternatively a custom settings file can be passed to `vsperf` via the
-`--conf-file` argument.
+Alternatively a custom settings file can be passed to `vsperf` via the `--conf-file` argument.
 
 ```bash
 ./vsperf --conf-file <path_to_settings_py> ...
 ```
 
-Note that configuration passed in via the environment (`--load-env`) or via
-another command line argument will override both the default and your custom
-configuration files. This "priority hierarchy" can be described like so (1 =
-max priority):
+Note that configuration passed in via the environment (`--load-env`) or via another command line argument will override both the default and your custom configuration files. This "priority hierarchy" can be described like so (1 = max priority):
 
 1. Command line arguments
 2. Environment variables