Skip to content

Commit e4ccce4

Browse files
committed
Update docs to reflect new DOI option
1 parent b288928 commit e4ccce4

3 files changed

+9
-6
lines changed

docs/cernopendata-client-go.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ files and complete records.
1111
### Options
1212

1313
```
14+
-d, --doi string Digital Object Identifier
1415
-h, --help help for cernopendata-client-go
1516
--no-expand expand files indices
16-
-r, --record string record ID to list (required)
17+
-r, --record string record ID to list
1718
-s, --server string CERN Open Data server to query (default "http://opendata.cern.ch")
1819
```
1920

@@ -22,4 +23,4 @@ files and complete records.
2223
* [cernopendata-client-go download](cernopendata-client-go_download.md) - Download files belonging to a record
2324
* [cernopendata-client-go list](cernopendata-client-go_list.md) - Get a list of data file locations of a record
2425

25-
###### Auto generated by spf13/cobra on 1-Oct-2020
26+
###### Auto generated by spf13/cobra on 21-Oct-2021

docs/cernopendata-client-go_download.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ cernopendata-client-go download [flags]
2323
### Options inherited from parent commands
2424

2525
```
26+
-d, --doi string Digital Object Identifier
2627
--no-expand expand files indices
27-
-r, --record string record ID to list (required)
28+
-r, --record string record ID to list
2829
-s, --server string CERN Open Data server to query (default "http://opendata.cern.ch")
2930
```
3031

3132
### SEE ALSO
3233

3334
* [cernopendata-client-go](cernopendata-client-go.md) - A commandline tool to interact with the CERN Open Data portal
3435

35-
###### Auto generated by spf13/cobra on 1-Oct-2020
36+
###### Auto generated by spf13/cobra on 21-Oct-2021

docs/cernopendata-client-go_list.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ cernopendata-client-go list [flags]
2121
### Options inherited from parent commands
2222

2323
```
24+
-d, --doi string Digital Object Identifier
2425
--no-expand expand files indices
25-
-r, --record string record ID to list (required)
26+
-r, --record string record ID to list
2627
-s, --server string CERN Open Data server to query (default "http://opendata.cern.ch")
2728
```
2829

2930
### SEE ALSO
3031

3132
* [cernopendata-client-go](cernopendata-client-go.md) - A commandline tool to interact with the CERN Open Data portal
3233

33-
###### Auto generated by spf13/cobra on 1-Oct-2020
34+
###### Auto generated by spf13/cobra on 21-Oct-2021

0 commit comments

Comments
 (0)