X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2Fv3_monitor.c;h=934f3c71dcf924355df83035f56553c168d76680;hb=022f63d320c2837822dc7f6be84f860a01f02d7c;hp=e2c084c6e517e1b0f86495ebddcf135cd6cfc7cd;hpb=4801e692b7344051eb94fff6faf1be53f621d422;p=palacios.git diff --git a/linux_usr/v3_monitor.c b/linux_usr/v3_monitor.c index e2c084c..934f3c7 100644 --- a/linux_usr/v3_monitor.c +++ b/linux_usr/v3_monitor.c @@ -23,7 +23,7 @@ int main(int argc, char* argv[]) { char *stream; if (argc <= 3) { - printf("Usage: ./v3_cons vm_device stream_name\n"); + printf("usage: v3_monitor \n"); return -1; }