diff --git a/.gitmodules b/.gitmodules index 2c59634..e80f5f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/dps/opts b/dps/opts new file mode 160000 index 0000000..1e818a7 --- /dev/null +++ b/dps/opts @@ -0,0 +1 @@ +Subproject commit 1e818a76d66779cf2d0ced7cf18ebdd3f01b0f8b diff --git a/src/vipack.Mod b/src/vipack.Mod index 0135e47..faea2ac 100644 --- a/src/vipack.Mod +++ b/src/vipack.Mod @@ -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;