diff --git a/docs/src/references/tedge-write.md b/docs/src/references/tedge-write.md index 5a73300769..4c14dce7aa 100644 --- a/docs/src/references/tedge-write.md +++ b/docs/src/references/tedge-write.md @@ -59,32 +59,5 @@ sudo tedge config set sudo.enable false ## Command help -```sh title="tedge-write" -tee-like helper for writing to files which `tedge` user does not have write permissions to. - -To be used in combination with sudo, passing the file content via standard input. - -Usage: tedge-write [OPTIONS] - -Arguments: - - A canonical path to a file to which standard input will be written. - - If the file does not exist, it will be created with the specified owner/group/permissions. If the file does exist, it will be overwritten, but its owner/group/permissions will remain unchanged. - -Options: - --mode - Permission mode for the file, in octal form - - --user - User which will become the new owner of the file - - --group - Group which will become the new owner of the file - - -h, --help - Print help (see a summary with '-h') - - -V, --version - Print version +```sh command="tedge-write --help" title="tedge-write --help" ```