Skip to content

Commit da05956

Browse files
committed
Fix --token to --bearer-token in documentation
1 parent ffe6f5b commit da05956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,6 @@ Store instances to a Google DICOMweb store:
626626
.. code-block:: none
627627
628628
dicomweb_client --url https://healthcare.googleapis.com/v1beta1/projects/MYPROJECT/locations/us-central1/datasets/MYDATASET/dicomStores/MYDICOMSTORE/dicomWeb \
629-
--token $(gcloud auth print-access-token) \
629+
--bearer-token $(gcloud auth print-access-token) \
630630
store instances \
631631
dicomfiles/*

0 commit comments

Comments
 (0)