fix(photon): correct gateway start command (#45566)
This commit is contained in:
@@ -46,7 +46,7 @@ talks to it over loopback.
|
||||
hermes photon setup --phone +15551234567
|
||||
|
||||
# Start the gateway
|
||||
hermes gateway start --platform photon
|
||||
hermes gateway start
|
||||
```
|
||||
|
||||
`hermes photon setup` does, in order:
|
||||
|
||||
@@ -274,7 +274,7 @@ def _cmd_setup(args: argparse.Namespace) -> int:
|
||||
|
||||
print()
|
||||
print("✓ Photon setup complete.")
|
||||
print(" Start the gateway: hermes gateway start --platform photon")
|
||||
print(" Start the gateway: hermes gateway start")
|
||||
return 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user