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

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "lists"]
path = lists
url = https://github.com/norayr/lists
[submodule "dps/opts"]
path = dps/opts
url = git@github.com:norayr/opts

1
dps/opts Submodule

@ -0,0 +1 @@
Subproject commit 1e818a76d66779cf2d0ced7cf18ebdd3f01b0f8b

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;