removed periods from description and wildcards

master
Aditya Bhushan Dwivedi 2016-08-21 15:17:03 +05:30 committed by GitHub
parent a16de752eb
commit 0a8a0177e1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"id": "grep_cheat_sheet", "id": "grep_cheat_sheet",
"name": "Grep", "name": "Grep",
"description": "A quick overview of using the 'grep' command in linux.", "description": "A quick overview of using the 'grep' command in linux",
"metadata": { "metadata": {
"sourceName": "GNU Grep Manual", "sourceName": "GNU Grep Manual",
@ -79,7 +79,7 @@
}, },
{ {
"key": "+", "key": "+",
"val": "One of more occurrence of the pattern. " "val": "One of more occurrence of the pattern"
}, },
{ {
"key": "?", "key": "?",