@ -22,7 +22,7 @@ _IGNORING_MSG = " Ignoring it."
def parser(subparsers, conf):
parser = subparsers.add_parser(
'import',
help='import paper(s) to the repository.')
help='import paper(s) to the repository')
parser.add_argument(
'bibpath',
help=("path to bibtex, bibtexml or bibyaml file, or a directory "
@ -6,7 +6,7 @@ from .. import color
'statistics',
help="show statistics on the repository.")
help="show statistics on the repository")
return parser