diff options
| author | Christian Berendt <berendt@b1-systems.de> | 2014-05-02 16:17:43 +0200 |
|---|---|---|
| committer | Christian Berendt <berendt@b1-systems.de> | 2014-05-05 10:55:02 +0200 |
| commit | afcf3a5611fa17d981b65462e672f1b87cfc288b (patch) | |
| tree | a3c38a573a30523e0569de1d41490081d567344d /glanceclient/v2 | |
| parent | b68d13bf8329bf5dbcc13ad82480a055b5ea4cc0 (diff) | |
| download | python-glanceclient-afcf3a5611fa17d981b65462e672f1b87cfc288b.tar.gz | |
fixed typos found by RETF rules
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
Change-Id: I70245e5ddf342762eb76d8e2e74b6363767726ef
Diffstat (limited to 'glanceclient/v2')
| -rw-r--r-- | glanceclient/v2/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/v2/shell.py b/glanceclient/v2/shell.py index c769a8f..3515bf3 100644 --- a/glanceclient/v2/shell.py +++ b/glanceclient/v2/shell.py @@ -102,7 +102,7 @@ def do_image_update(gc, args): @utils.arg('--checksum', metavar='<CHECKSUM>', help='Displays images that match the checksum.') @utils.arg('--tag', metavar='<TAG>', action='append', - help="Filter images by an user-defined tag.") + help="Filter images by a user-defined tag.") def do_image_list(gc, args): """List images you can access.""" filter_keys = ['visibility', 'member_status', 'owner', 'checksum', 'tag'] |
