Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/termux-saf-read.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e -u
SCRIPTNAME=termux-saf-read
show_usage () {
echo "Usage: $SCRIPTNAME uri"
echo "Reads from a file identified by a URI and writes the data to sstandard output."
echo "Reads from a file identified by a URI and writes the data to standard output."
echo "You can use pipes to process the data or redirect it into a file to make a local copy."
echo "See termux-saf-list to get the URIs to files."
echo " -h show this help"
Expand Down