File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ anything."
468468 " Import a file with a Postman collection.
469469
470470FILENAME 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
482482STRING 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)))
You can’t perform that action at this time.
0 commit comments