MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / usage

Function usage

tools/fshtool.c:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56int linecount;
57
58void usage()
59{
60 printf("Usage: FSHTOOL filename.FSH [directory]\n");
61 printf(" FSHTOOL filename.QFS [directory]\n");
62 printf(" FSHTOOL directory\\INDEX.FSH [filename]\n\n");
63 printf("Windows users: you can run FSHTOOL simply by double-clicking\n");
64 printf("on a .FSH or .QFS file and telling Windows that you wish to\n");
65 printf("use FSHTOOL to open the file (this only needs to be done the\n");
66 printf("first time you open a file with given extension)\n\n");
67 printf("SEE THE FILE README.TXT FOR MORE DETAILED INSTRUCTIONS\n\n");
68}
69
70void abandon_ship()
71{

Callers 1

fsh_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected