Skip to content

Commit

Permalink
cockpit: update cockpit.misc.print examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Aug 23, 2023
1 parent 47a327f commit d5c340e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cockpit/misc/print.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ def help(self) -> None:

sys.stderr.write("""Some examples:
python3 -m cockpit.print --no-init open null
python3 -m cockpit.misc.print --no-init open null
python3 -m cockpit.print open echo channel=x : data x "b'foo'" : done x | python3 -m cockpit.bridge
python3 -m cockpit.misc.print open echo channel=x : data x "b'foo'" : done x | python3 -m cockpit.bridge
python3 -m cockpit.print packages /manifests.js | python3 -m cockpit.bridge
python3 -m cockpit.misc.print packages /manifests.js | python3 -m cockpit.bridge
... etc
Expand Down

0 comments on commit d5c340e

Please sign in to comment.