Skip to content

Commit

Permalink
Update src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py
Browse files Browse the repository at this point in the history
Co-authored-by: Timothy Johnson <[email protected]>
Signed-off-by: Peizhao Mei <[email protected]>
  • Loading branch information
pem70 and t1m0thyj authored Jul 18, 2024
1 parent 7688eb4 commit 843ebdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def create(self, file_path: str, type: str, mode: Optional[str] = None) -> dict:
Parameters
----------
file_path: str
file_path of the file to add
Path of the file to add
type: str
"file" or "dir"
Specify either "file" or "dir"
mode: Optional[str]
Ex:- rwxr-xr-x
Unix permission string (e.g. `rwxr-xr-x`)
Returns
-------
Expand Down

0 comments on commit 843ebdc

Please sign in to comment.