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_stop.c
index a5f3249..adb69b1 100644 (file)
@@ -20,7 +20,7 @@ int main(int argc, char* argv[]) {
     char * filename = argv[1];
 
     if (argc <= 1) {
-       printf("Usage: ./v3_stop <vm-device>\n");
+       printf("usage: v3_stop <vm-device>\n");
        return -1;
     }