Revision f6822a26 docs/commands.rst

b/docs/commands.rst
450 450
.. warning:: The container:object/path syntax does not function if the
451 451
    container and / or the object path contain one or more : characters. To use
452 452
    containers and objects with : use the --container and --dst-container
453
    arguments, e.g. to copy test.py object from grnet:dev container to
454
    grnet:deploy ::
453
    arguments, e.g. to copy test.py object from example:dev container to
454
    example:deploy ::
455 455

  
456
        $ kamaki file copy --container=grnet:dev test.py --dst-container=grnet:deploy
456
        $ kamaki file copy --container=example:dev test.py --dst-container=example:deploy

Also available in: Unified diff