Revision 16d7b9ff kamaki/cli/commands/cyclades.py

b/kamaki/cli/commands/cyclades.py
65 65
    '  SERVER_PATH: destination location inside server Image',
66 66
    '  OWNER: virtual servers user id of the remote destination file',
67 67
    '  GROUP: virtual servers group id or name of the destination file',
68
    '  MODEL: permition in octal (e.g. 0777 or o+rwx)']
68
    '  MODEL: permition in octal (e.g., 0777 or o+rwx)']
69 69

  
70 70

  
71 71
class _service_wait(object):
......
136 136
@command(server_cmds)
137 137
class server_list(_init_cyclades, _optional_json, _name_filter, _id_filter):
138 138
    """List virtual servers accessible by user
139
    Use filtering arguments (e.g. --name-like) to manage long server lists
139
    Use filtering arguments (e.g., --name-like) to manage long server lists
140 140
    """
141 141

  
142 142
    PERMANENTS = ('id', 'name')
......
259 259
    Contains:
260 260
    - name, id, status, create/update dates
261 261
    - network interfaces
262
    - metadata (e.g. os, superuser) and diagnostics
262
    - metadata (e.g., os, superuser) and diagnostics
263 263
    - hardware flavor and os image ids
264 264
    """
265 265

  

Also available in: Unified diff