OK I see now it was deliberate as part of a failed attempt to collaborate with boto upstream

This commit is contained in:
https://adamspiers.wordpress.com/ 2015-04-24 15:46:52 +00:00 committed by admin
parent 72596361d6
commit aa1020ec0d

View file

@ -1,4 +1,4 @@
[glacier-cli](https://github.com/basak/glacier-cli) rather stupidly calls its own command `glacier` rather than `glacier-cli` or something else. This conflicts with [boto](https://github.com/boto/boto/)'s own `glacier` executable, as noted here:
[glacier-cli](https://github.com/basak/glacier-cli) calls its own command `glacier` rather than `glacier-cli` or something else. This conflicts with [boto](https://github.com/boto/boto/)'s own `glacier` executable, as noted here:
* <https://github.com/basak/glacier-cli/issues/30>
* <https://github.com/basak/glacier-cli/issues/47>