opts added as dep.

This commit is contained in:
Norayr Chilingarian 2022-01-10 20:20:07 +04:00
parent 0f2cf8bfb2
commit 42dc7d3a41
3 changed files with 5 additions and 1 deletions

View file

@ -6,7 +6,7 @@ PROCEDURE help();
BEGIN
vpkLogger.Log("HelpText");
Out.String("Vipack sync - syncing git tree and local tree"); Out.Ln;
Out.String("vipackConf.json path -> $HOME/.vipack/vipackConf.son"); Out.Ln;
Out.String("vipackConf.json path -> $HOME/.vipack/vipackConf.json"); Out.Ln;
Out.String("vipackTree path -> $HOME/.vipack/vipackTree")
END help;