From 1357bbe5d85c9456c6724c1e2acd1b50ad69064e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 23 Apr 2018 22:59:11 -0700 Subject: fix client alias acronym --- fatcat_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatcat_client.py b/fatcat_client.py index 4b3e1cc7..d20400e7 100755 --- a/fatcat_client.py +++ b/fatcat_client.py @@ -22,7 +22,7 @@ def main(): subparsers = parser.add_subparsers() sub_import_crossref = subparsers.add_parser('import-crossref', - aliases=['lc']) + aliases=['ic']) sub_import_crossref.set_defaults(func=import_crossref) sub_import_crossref.add_argument('json_file', help="") -- cgit v1.2.3