Show More
@@ -23,5 +23,4 b' syntax: regexp' | |||
|
23 | 23 | ^RhodeCode\.egg-info$ |
|
24 | 24 | ^rc.*\.ini$ |
|
25 | 25 | ^fabfile.py |
|
26 | ^\.rhodecode$ | |
|
27 | 26 | ^\.idea$ |
@@ -37,7 +37,7 b' except ImportError:' | |||
|
37 | 37 | except ImportError: |
|
38 | 38 | import json |
|
39 | 39 | |
|
40 |
CONFIG_NAME = '. |
|
|
40 | CONFIG_NAME = '.config/kallithea' | |
|
41 | 41 | FORMAT_PRETTY = 'pretty' |
|
42 | 42 | FORMAT_JSON = 'json' |
|
43 | 43 |
@@ -48,7 +48,7 b' def argparser(argv):' | |||
|
48 | 48 | group = parser.add_argument_group('config') |
|
49 | 49 | group.add_argument('--apikey', help='api access key') |
|
50 | 50 | group.add_argument('--apihost', help='api host') |
|
51 |
group.add_argument('--config', help='config file path DEFAULT: ~/. |
|
|
51 | group.add_argument('--config', help='config file path DEFAULT: ~/.config/kallithea') | |
|
52 | 52 | group.add_argument('--save-config', action='store_true', |
|
53 | 53 | help='save the given config into a file') |
|
54 | 54 |
General Comments 0
You need to be logged in to leave comments.
Login now