diff options
| author | Petter Rasmussen | 2015-05-23 22:46:48 +0200 |
|---|---|---|
| committer | Petter Rasmussen | 2015-05-23 22:46:48 +0200 |
| commit | 4a3f969d4ef8e5907d4bb716dac55a58b988ed4d (patch) | |
| tree | 90db62f3117c42680a30a024f11bcc4dddd18d83 | |
| parent | 1cba1144f2860da6bf24552fdad84d4eab6e931a (diff) | |
| download | gdrive-4a3f969d4ef8e5907d4bb716dac55a58b988ed4d.tar.bz2 | |
Remove mutexgroup from --include-docs
| -rw-r--r-- | drive.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ type Options struct { List struct { MaxResults int `goptions:"-m, --max, description='Max results'"` - IncludeDocs bool `goptions:"--include-docs, mutexgroup='query', description='Include google docs in listing'"` + IncludeDocs bool `goptions:"--include-docs, description='Include google docs in listing'"` TitleFilter string `goptions:"-t, --title, mutexgroup='query', description='Title filter'"` Query string `goptions:"-q, --query, mutexgroup='query', description='Query (see https://developers.google.com/drive/search-parameters)'"` SharedStatus bool `goptions:"-s, --shared, description='Show shared status (Note: this will generate 1 http req per file)'"` |
