Revision 602888f4 kamaki/cli/commands/pithos.py

b/kamaki/cli/commands/pithos.py
303 303
            until=self['until'],
304 304
            meta=self['meta'])
305 305

  
306
        #  REMOVE THIS if version >> 0.12
307 306
        if not r.json:
308
            self.error('  NOTE: Since v0.12, use / for containers e.g.,')
309
            self.error('    [kamaki] file list /pithos')
307
            self.error('Container "%s" is empty' % self.client.container)
310 308

  
311 309
        files = self._filter_by_name(r.json)
312 310
        if self['more']:

Also available in: Unified diff