File vnstat-help_script.patch of Package vnstat
--- src/vnstat.c.orig 2009-05-15 06:57:15.000000000 +0200
+++ src/vnstat.c 2009-05-15 06:58:03.000000000 +0200
@@ -590,7 +590,7 @@
getiflist(&ifacelist);
printf("No database found, nothing to do. Use --help for help.\n\n");
printf("A new database can be created with the following command:\n");
- printf(" %s -u -i eth0\n\n", argv[0]);
+ printf(" vnstat-create-db eth0\n\n", argv[0]);
printf("Replace 'eth0' with the interface that should be monitored.\n\n");
printf("The following interfaces are currently available:\n %s\n", ifacelist);
free(ifacelist);