Subversion Repositories SvarDOS

Rev

Rev 240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 240 Rev 241
Line 49... Line 49...
49
         "PKGINST is the package installer for SvarDOS.\n"
49
         "PKGINST is the package installer for SvarDOS.\n"
50
         "\n"
50
         "\n"
51
         "Usage: PKGINST install package.zip\n"
51
         "Usage: PKGINST install package.zip\n"
52
         "       PKGINST remove package\n"
52
         "       PKGINST remove package\n"
53
         "\n"
53
         "\n"
54
         "PKGINST is published under the MIT license. It uses a PKGINST.CFG configuration\n"
54
         "PKGINST is published under the MIT license. It uses a configuration file\n"
55
         "file located in the directory pointed by %%PKGCFG%%\n"
55
         "located at %%DOSDIR%%\\CFG\\PKGINST.CFG\n"
56
         );
56
         );
57
  return(1);
57
  return(1);
58
}
58
}
59
 
59
 
60
 
60