Revision 7df54888

b/kamaki/cli/commands/pithos.py
1607 1607
    -   write=<username>[,usegroup[,...]]
1608 1608
    E.g. to give read permissions for file F to users A and B and write for C:
1609 1609
    .       /file permissions set F read=A,B write=C
1610
    To share with everybody, use '*' instead of a user id or group.
1611
    E.g. to make file F available to all pithos users:
1612
        /file permissions set F read=*
1613
    E.g. to make file F available for editing to all pithos users:
1614
        /file permissions set F write=*
1610 1615
    """
1611 1616

  
1612 1617
    @errors.generic.all

Also available in: Unified diff