diff --git a/README.md b/README.md index bee0167..ffafc09 100644 --- a/README.md +++ b/README.md @@ -523,9 +523,6 @@ sf-web-open -to NUSHUB-DR2 -pt "/lightning/setup/SetupOneHome/home" # Get just the URL for scripting sf-web-open -to NUSHUB-DR2 -ur - -# Open org with custom path -sf-web-open -to MYORG -pt "/lightning/setup/ObjectManager/home" ``` --- diff --git a/sf-web-open b/sf-web-open index 6515aa2..911b4c8 100755 --- a/sf-web-open +++ b/sf-web-open @@ -23,9 +23,6 @@ EXAMPLES: 3) Get just the URL for scripting: sf-web-open -to NUSHUB-DR2 -ur - - 4) Open org with custom path: - sf-web-open -to MYORG -pt "/lightning/setup/ObjectManager/home" EOF } diff --git a/sf-web-open.ps1 b/sf-web-open.ps1 index b28aac2..ef62a67 100644 --- a/sf-web-open.ps1 +++ b/sf-web-open.ps1 @@ -28,9 +28,6 @@ EXAMPLES: 3) Get just the URL for scripting: sf-web-open.ps1 -to "NUSHUB-DR2" -ur - - 4) Open org with custom path: - sf-web-open.ps1 -to "MYORG" -pt "/lightning/setup/ObjectManager/home" "@ }