Skip to content

Commit 835bd5f

Browse files
committed
Update .jrunrc -> .jgorc
1 parent be1b984 commit 835bd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jgo/jgo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def jgo_parser():
240240
parser.add_argument('-a', '--additional-jars', nargs='+', help='Add additional jars to classpath', default=[], required=False)
241241
parser.add_argument( '--additional-endpoints', nargs='+', help='Add additional endpoints', default=[], required=False)
242242
parser.add_argument('--ignore-jgorc', action='store_true', help='Ignore ~/.jgorc')
243-
parser.add_argument('--link-type', default=None, type=str, help='How to link from local maven repository into jgo cache. Defaults to the `links\' setting in ~/.jrunrc or \'auto\' if not specified.', choices=('hard', 'soft', 'copy', 'auto'))
243+
parser.add_argument('--link-type', default=None, type=str, help='How to link from local maven repository into jgo cache. Defaults to the `links\' setting in ~/.jgorc or \'auto\' if not specified.', choices=('hard', 'soft', 'copy', 'auto'))
244244

245245
return parser
246246

0 commit comments

Comments
 (0)