10000 minor wording change · LGraber/server-client-python@3a80a61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a80a61

Browse files
committed
minor wording change
1 parent 0fc769c commit 3a80a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/explore_workbook.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
parser.add_argument('--username', '-u', required=True, help='username to sign into server')
2222
parser.add_argument('--publish', '-p', metavar='FILEPATH', help='path to workbook to publish')
2323
parser.add_argument('--download', '-d', metavar='FILEPATH', help='path to save downloaded workbook')
24-
parser.add_argument('--preview-image', '-i', metavar='FILEPATH', help='path to save populated preview image')
24+
parser.add_argument('--preview-image', '-i', metavar='FILENAME',
25+
help='filename (a .png file) to save the preview image')
2526
parser.add_argument('--logging-level', '-l', choices=['debug', 'info', 'error'], default='error',
2627
help='desired logging level (set to error by default)')
2728
args = parser.parse_args()

0 commit comments

Comments
 (0)
0