Skip to content

Commit

Permalink
Fix Admin Cli command to list selected columns for Filesystem Type an… (
Browse files Browse the repository at this point in the history
vmware-archive#845)

* Fix Admin Cli command to list selected columns for Filesystem Type and Disk Format
  • Loading branch information
ashahi1 authored and Ritesh H Shukla committed Jan 9, 2017
1 parent 51b3b92 commit 76594b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esx_service/cli/vmdkops_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def commands():
'-c': {
'help': 'Display selected columns',
'choices': ['volume', 'datastore', 'created-by', 'created',
'attached-to', 'policy', 'capacity', 'used',
'attached-to', 'policy', 'capacity', 'used','disk-format',
'fstype', 'access', 'attach-as'],
'metavar': 'Col1,Col2,...'
},
Expand Down

0 comments on commit 76594b4

Please # to comment.