From: Jonathan McDowell Date: Tue, 1 Oct 2013 15:33:06 +0000 (+0100) Subject: Fix reference to onak binary to keydctl in keydctl help output X-Git-Tag: onak-0.4.3~63 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=5c274b5843f4446515b7b941593d4f643ce1a456 Fix reference to onak binary to keydctl in keydctl help output --- diff --git a/keydctl.c b/keydctl.c index e46a355..11e5e8f 100644 --- a/keydctl.c +++ b/keydctl.c @@ -190,7 +190,7 @@ static void usage(void) { puts("keydctl " ONAK_VERSION " - control an onak keyd instance.\n"); puts("Usage:\n"); - puts("\tonak [options] \n"); + puts("\tkeydctl [options] \n"); puts("\tCommands:\n"); puts("\tcheck - check if keyd is running"); puts("\tquit - request that keyd cleanly shuts down");