aboutsummaryrefslogtreecommitdiff
path: root/bin/page
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-14 05:28:38 +0000
committerrsc <devnull@localhost>2005-01-14 05:28:38 +0000
commit67075c3634c316ce9cc0e6fa88e65ca27503abc4 (patch)
tree708e1582e3b4b45ba40f9329b2dfef01439752e9 /bin/page
parent359c1e017ee367c34b082b1b4e6c002686d01bce (diff)
downloadplan9port-67075c3634c316ce9cc0e6fa88e65ca27503abc4.tar.gz
plan9port-67075c3634c316ce9cc0e6fa88e65ca27503abc4.tar.bz2
plan9port-67075c3634c316ce9cc0e6fa88e65ca27503abc4.zip
fixes
Diffstat (limited to 'bin/page')
-rwxr-xr-xbin/page2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/page b/bin/page
index d654a7e8..8b85e559 100755
--- a/bin/page
+++ b/bin/page
@@ -81,7 +81,7 @@ case $# in
tmp=$tmp.png
;;
*)
- echo 1>&2 unrecognized file format
+ echo 1>&2 page: unrecognized file type on standard input
rm -f $tmp
exit 1
esac