diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-17 02:22:18 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-17 02:22:18 -0500 |
commit | 54acff83d6def5db46b486766e415239dceb403a (patch) | |
tree | 779a61eb4fb46da1bd0d0d37b30eeda583c5a34a /uxd.rst | |
parent | 8ed105961ec33c97d7b644659fedb8c8b8bc8c3d (diff) | |
download | uxd-54acff83d6def5db46b486766e415239dceb403a.tar.gz |
implement -d (dump data) option.
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -73,6 +73,13 @@ by itself. .. colors (2 to 4 digits, 0 to 7). +-d data + Dump this data, instead of reading from a file or stdin. If *data* + contains spaces or shell metacharacters, make sure you remember to + quote it. Only one **-d** option can be given. + +.. dump this data instead of a file. + -h, --help Print built-in usage message and exit. |