Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Cleaned up help messages for userspace utils
[palacios.git] / linux_usr / v3_stream.c
index 0a1f46a..45d5eb2 100644 (file)
@@ -33,7 +33,7 @@ int main(int argc, char* argv[]) {
     int stream_fd = 0;
 
     if (argc < 2) {
-       printf("Usage: ./v3_cons vm_device serial_number\n");
+       printf("usage: v3_stream <vm_device> <stream_name>\n");
        return -1;
     }