summaryrefslogtreecommitdiffstats
path: root/utils/pb-event.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/pb-event.c')
-rw-r--r--utils/pb-event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/pb-event.c b/utils/pb-event.c
index a119e21..1a3cd3b 100644
--- a/utils/pb-event.c
+++ b/utils/pb-event.c
@@ -59,8 +59,8 @@ static void print_usage(void)
"\n"
"Examples:\n"
"\n"
-" echo -ne 'add@/net/eth0\\0name=netboot\\0image=tftp://192.168.1.10/vmlinux\\0args=root=/dev/nfs nfsroot=192.168.1.10:/target\\0' | pb-event\n"
-" echo -ne 'remove@/net/eth0\\0' | pb-event\n"
+" printf 'add@/net/eth0\\0name=netboot\\0image=tftp://192.168.1.10/vmlinux\\0args=root=/dev/nfs nfsroot=192.168.1.10:/target\\0' | pb-event\n"
+" printf 'remove@/net/eth0\\0' | pb-event\n"
"\n");
}
OpenPOWER on IntegriCloud