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):
|
def parser(subparsers, conf):
|
||||||
parser = subparsers.add_parser(
|
parser = subparsers.add_parser(
|
||||||
'import',
|
'import',
|
||||||
help='import paper(s) to the repository.')
|
help='import paper(s) to the repository')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'bibpath',
|
'bibpath',
|
||||||
help=("path to bibtex, bibtexml or bibyaml file, or a directory "
|
help=("path to bibtex, bibtexml or bibyaml file, or a directory "
|
||||||
|
@ -6,7 +6,7 @@ from .. import color
|
|||||||
def parser(subparsers, conf):
|
def parser(subparsers, conf):
|
||||||
parser = subparsers.add_parser(
|
parser = subparsers.add_parser(
|
||||||
'statistics',
|
'statistics',
|
||||||
help="show statistics on the repository.")
|
help="show statistics on the repository")
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user