Skip to content

Commit 4a0bdb0

Browse files
Menneni, Shreyamboglesby
authored andcommitted
Pull request #32: bug resolution NSOL-5922
Merge in SIE-BB/netapp-dataops-toolkit from bug/help-text-cifsshare to release-v3.0.0 * commit 'f0a200cd29d6831e4e75a08f0551e6192379edab': bug resolution NSOL-5922
2 parents b52063e + f0a200c commit 4a0bdb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

netapp_dataops_traditional/netapp_dataops/commands/create_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def _create_cifs_share(self) -> None:
373373
try:
374374
opts, _ = getopt.getopt(
375375
self.args[3:],
376-
"u:h:s:n:l:a:v:c:",
376+
"u:hs:n:l:a:v:c:",
377377
["cluster-name=", "help", "svm=", "name=", "properties=", "acls=", "volume=", "comment="]
378378
)
379379
except Exception as err:

netapp_dataops_traditional/netapp_dataops/commands/get_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _get_cifs_share(self) -> None:
5555
try:
5656
opts, args = getopt.getopt(
5757
self.args[3:],
58-
"u:h:s:n:",
58+
"u:hs:n:",
5959
["cluster-name=", "help", "svm=", "name="]
6060
)
6161
except Exception as err:

0 commit comments

Comments
 (0)