Piccole correzioni ed aggiunte di TODO
[gapil.git] / sources / test_linkat.c
index b43fa231821a3cc12d181002f348768d97c4edcd..6931cd7c3ef2d40265e69e24e6ba0a178d6563fc 100644 (file)
@@ -142,10 +142,12 @@ int main(int argc, char *argv[])
  * routine to print usage info and exit
  */
 void usage(void) {
-    printf("Program testlinkat : test fopen for a file  \n");
+    printf("Program testlinkat : test linkat for a file  \n");
     printf("Usage:\n");
-    printf("  testfopen [-h] file mode \n");
+    printf("  testlinkat [-h] file mode \n");
     printf("  -h          print this help\n");
+    printf("  -w [N]      wait N seconds\n");
+    printf("  -f [file]           use file as source\n");
     
     exit(1);
 }