aboutsummaryrefslogtreecommitdiffstats
path: root/examples/functions/inetaddr
diff options
context:
space:
mode:
Diffstat (limited to 'examples/functions/inetaddr')
-rw-r--r--examples/functions/inetaddr2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/functions/inetaddr b/examples/functions/inetaddr
index 08086ae..f3e228f 100644
--- a/examples/functions/inetaddr
+++ b/examples/functions/inetaddr
@@ -30,7 +30,7 @@ hex2inet ()
do
case "$o" in
r) rev=true;;
- *) echo "hex2inet: usage: hex2inet [0x]XXXXXXXX" >&2 ; exit 2;;
+ *) echo "hex2inet: usage: hex2inet [-r] [0x]XXXXXXXX" >&2 ; exit 2;;
esac
done
shift $(( $OPTIND - 1 ))