Skip to content

Commit 5ae4465

Browse files
committed
Update description of functions impostman-import-file and impostman-import-string
1 parent 3df1c32 commit 5ae4465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impostman.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ anything."
468468
"Import a file with a Postman collection.
469469
470470
FILENAME is a Postman collection file.
471-
OUTPUT-NAME is a string with the desired output: \"verb\" or \"restclient\"."
471+
OUTPUT-NAME is a string with the desired output (eg: \"verb\")."
472472
(interactive)
473473
(let* ((filename (or filename (impostman-read-filename)))
474474
(output-name (or output-name (impostman-read-output)))
@@ -480,7 +480,7 @@ OUTPUT-NAME is a string with the desired output: \"verb\" or \"restclient\"."
480480
"Import a string with a Postman collection.
481481
482482
STRING is a string with a Postman collection (JSON).
483-
OUTPUT-NAME is a string with the desired output: \"verb\" or \"restclient\"."
483+
OUTPUT-NAME is a string with the desired output (eg: \"verb\")."
484484
(interactive)
485485
(let* ((output-name (or output-name (impostman-read-output)))
486486
(output-alist (impostman--get-output-alist output-name)))

0 commit comments

Comments
 (0)