Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Regenerate the README files and fix the Open in Cloud Shell link for …
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyumic authored Apr 7, 2018
1 parent 267b4c3 commit ae157a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions samples/api-client/manager/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Manager
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. image:: https://gstatic.com/cloudssh/images/open-btn.png
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=iot/api-client/manager/manager.py;iot/api-client/manager/README.rst
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=iot/api-client/manager/manager.py,iot/api-client/manager/README.rst



Expand All @@ -70,8 +70,8 @@ To run this sample:
$ python manager.py
usage: manager.py [-h] --pubsub_topic PUBSUB_TOPIC
[--cloud_region CLOUD_REGION] [--config CONFIG]
usage: manager.py [-h] [--cloud_region CLOUD_REGION]
[--pubsub_topic PUBSUB_TOPIC] [--config CONFIG]
[--device_id DEVICE_ID]
[--ec_public_key_file EC_PUBLIC_KEY_FILE]
[--project_id PROJECT_ID] [--registry_id REGISTRY_ID]
Expand Down Expand Up @@ -126,11 +126,11 @@ To run this sample:
optional arguments:
-h, --help show this help message and exit
--cloud_region CLOUD_REGION
GCP cloud region
--pubsub_topic PUBSUB_TOPIC
Google Cloud Pub/Sub topic. Format is
projects/project_id/topics/topic-id
--cloud_region CLOUD_REGION
GCP cloud region
--config CONFIG Configuration sent to a device.
--device_id DEVICE_ID
Device id.
Expand Down

0 comments on commit ae157a8

Please sign in to comment.