X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=utils%2Fpb-event.c;h=10bf4f59ab3857b8ab6af8ef50ff012871c5a76e;hp=4a167192c7a99c34a172b7a9240e8b1dfbd9d37e;hb=d0c069b5acfacd853873bb6623ede94d4d1fe10e;hpb=59feea2ff244026cc63a49e038868fffe8286dad diff --git a/utils/pb-event.c b/utils/pb-event.c index 4a16719..10bf4f5 100644 --- a/utils/pb-event.c +++ b/utils/pb-event.c @@ -20,7 +20,6 @@ #include "config.h" #endif -#define _GNU_SOURCE #include #include #include @@ -56,7 +55,7 @@ static void print_usage(void) " Events can be read from stdin, or provided on the command line.\n" " User events must have the following format:\n" "\n" -" (add|remove)@device-id [name=value] [image=value] [args=value]\n" +" (add|remove|boot|sync)@device-id [name=value] [image=value] [args=value]\n" "\n" " When read from stdin, components are separated by NUL chars\n" "\n"