2986: Cleaned up arv cli help to be more helpful and consistent. refs #1667.
[arvados.git] / sdk / python / bin / arv-put
1 #!/usr/bin/env python
2
3 from arvados.commands.put import main
4 main()