libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

commit 1755fb93a2eedabdf569a88512b50875366cd8ce
parent 1e3ff2c08fdf5d084e62527e78ecd6f6e36b5863
Author: Denis Grelich <denisg@suckless.org>
Date:   Fri, 16 Feb 2007 07:44:04 +0100

More verbose usage info.

Diffstat:
ixpc.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ixpc.c b/ixpc.c @@ -288,7 +288,9 @@ main(int argc, char *argv[]) { xawrite(file, IXP_OWRITE); }else { Usage: - ixp_eprint("usage: ixpc [-a <address>] [-v] create | read | ls [-l] | remove | xwrite | write <file>\n"); + ixp_eprint("usage: ixpc [-a <address>] create | read | ls [-l] | remove | write <file>\n" + " ixpc [-a <address>] xwrite <file> <data>\n" + " ixpc -v\n"); } /* close socket */ ixp_client_hangup(&c);