Line break long table lines

Change-Id: I8dd51d394ce6b88ef5d1f3e0c65ff9b4f9f423c1
diff --git a/jira/README.md b/jira/README.md
index f71dc4c..39abf41 100644
--- a/jira/README.md
+++ b/jira/README.md
@@ -1,5 +1,4 @@
-jira-search
-===========
+# jira-search
 
 A script for constructing jira JCL queries
 
@@ -10,22 +9,23 @@
 % ./jira-search.sh –help
 ```
 
-Conditional Searches
-====================
+## Conditional Search
 
 ```bash
 % jira-search.sh --server opencord --unresolved ({search-by-flags})
 ```
 
-| Jira | Command | Description |
-| ---- | ------- | ----------- |
-| [x](https://jira.opencord.org/browse/VOL-5287?jql=component%20IN%20(bbsim)%20AND%20(resolved%20IS%20EMPTY)) | –-component bbsim | Search for unresolved tickets with a component of bbsim |
-| [x](https://jira.opencord.org/browse/VOL-5220?jql=(labels%20IN%20(bbsim))%20AND%20(resolved%20IS%20EMPTY)) | -–label bbsim | Search for unresolved tickets with 'bbsim' mentioned in the label field. |
-| [x](https://jira.opencord.org/browse/VOL-5118?jql=(text%20~%20"bbsim")%20AND%20(resolved%20IS%20EMPTY)) | -–text bbsim | Search for unresolved tickets with 'bbsim' mentioned in the description |
-| [x](https://jira.opencord.org/browse/VOL-5293?jql=component%20IN%20(onos%2Cbbsim)%20AND%20(resolved%20IS%20EMPTY)) | -–component onos -–component bbsim | Switches can be combined but construction logic still needs work.  Query will be loaded into a browser and can be manually cleaned up. |
+##### Search Switches
 
-Help
-====
+| Jira | Switches | Description |
+| ---- | -------- | ----------- |
+| [x](https://jira.opencord.org/browse/VOL-5287?jql=component%20IN%20(bbsim)%20AND%20(resolved%20IS%20EMPTY)) | –-component bbsim | Search for records with component type bbsim |
+| [x](https://jira.opencord.org/browse/VOL-5220?jql=(labels%20IN%20(bbsim))%20AND%20(resolved%20IS%20EMPTY)) | -–label bbsim | Search label field for string |
+| [x](https://jira.opencord.org/browse/VOL-5118?jql=(text%20~%20"bbsim")%20AND%20(resolved%20IS%20EMPTY)) | -–text bbsim | Search ticket description for string |
+| [x](https://jira.opencord.org/browse/VOL-5293?jql=component%20IN%20(onos%2Cbbsim)%20AND%20(resolved%20IS%20EMPTY)) | -–component onos -–component bbsim | WIP Query for two component types.<br>Manual cleanup of JCL query needed|
+
+
+## Help
 
 | Command | Description |
 | ------- | ----------- |
diff --git a/jira/review.log b/jira/review.log
deleted file mode 100644
index 2c04269..0000000
--- a/jira/review.log
+++ /dev/null
@@ -1,12 +0,0 @@
-remote: 
-remote: Processing changes: (\)        
-remote: Processing changes: refs: 1, new: 1 (\)        
-remote: Processing changes: refs: 1, new: 1 (\)        
-remote: Processing changes: refs: 1, new: 1, done            
-remote: 
-remote: SUCCESS        
-remote: 
-remote:   https://gerrit.opencord.org/c/onf-scripts/+/35169 Update help text [NEW]        
-remote: 
-To ssh://gerrit.opencord.org/onf-scripts
- * [new reference]   HEAD -> refs/for/master%topic=dev-joey