Skip to content

Commit 9034a08

Browse files
committed
updated hive_schemas_csv.py
1 parent c2de822 commit 9034a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hive_schemas_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def parse_args():
114114
', $'.join(port_envs) + ')')
115115
parser.add_argument('-k', '--kerberos', action='store_true', help='Use Kerberos (you must kinit first)')
116116
parser.add_argument('-n', '--krb5-service-name', default=default_service_name,
117-
help='Service principal (default: \'hive\', or \'impala\' if called as impala_schemas_csv.py)')
117+
help='Service principal (default: {})'.format(default_service_name))
118118
parser.add_argument('-S', '--ssl', action='store_true', help='Use SSL')
119119
# must set type to str otherwise csv module gives this error on Python 2.7:
120120
# TypeError: "delimiter" must be string, not unicode

0 commit comments

Comments
 (0)