Remove the dot for homogeneity

main
Florian Richoux 4 years ago committed by Fabien C. Y. Benureau
parent de189e325b
commit e2c83b75aa
No known key found for this signature in database
GPG Key ID: CE56629494581522

@ -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
def parser(subparsers, conf):
parser = subparsers.add_parser(
'statistics',
help="show statistics on the repository.")
help="show statistics on the repository")
return parser

Loading…
Cancel
Save