Remove the dot for homogeneity
This commit is contained in:
parent
de189e325b
commit
e2c83b75aa
@ -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…
x
Reference in New Issue
Block a user