Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad documentation string #174

Closed
marcosgm opened this issue Aug 2, 2015 · 4 comments
Closed

Bad documentation string #174

marcosgm opened this issue Aug 2, 2015 · 4 comments

Comments

@marcosgm
Copy link

marcosgm commented Aug 2, 2015

The command 'images' describes the wrong way to get all the images: (Use tugboat images list --global to show all images), it should be (Use 'tugboat images -g')

$ tugboat images
Listing Your Images
(Use tugboat images list --global to show all images)
My Images:
No images found

$ tugboat images list
ERROR: tugboat images was called with arguments ["list"]
Usage: "tugboat images [OPTIONS]".

$ tugboat help images
Usage:
tugboat images [OPTIONS]

Options:
-g, [--global] # Show global images
-q, [--quiet]

@marcosgm
Copy link
Author

marcosgm commented Aug 2, 2015

FYI it was installed using 'gems'
$ tugboat --version
Tugboat 1.3.0

@blom
Copy link
Collaborator

blom commented Aug 2, 2015

Fixed in #173 but not released yet.

@blom blom closed this as completed Aug 2, 2015
@petems
Copy link
Owner

petems commented Aug 2, 2015

Good catch, my fault! 👍

@petems
Copy link
Owner

petems commented Aug 2, 2015

Released as 1.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants