Skip to content

Commit

Permalink
Fix --token to --bearer-token in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CPBridge committed Oct 21, 2024
1 parent ffe6f5b commit da05956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,6 @@ Store instances to a Google DICOMweb store:
.. code-block:: none
dicomweb_client --url https://healthcare.googleapis.com/v1beta1/projects/MYPROJECT/locations/us-central1/datasets/MYDATASET/dicomStores/MYDICOMSTORE/dicomWeb \
--token $(gcloud auth print-access-token) \
--bearer-token $(gcloud auth print-access-token) \
store instances \
dicomfiles/*

0 comments on commit da05956

Please sign in to comment.