diff options
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 7b2d200..caae1da 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -40,9 +40,12 @@ jvv: compile_info: | Compile Info - Compile Date - %{build_time} - Target - %{build_target} - Platform - %{build_platform} - %{build_toolchain} + Compile Date - [[cyan]]%{build_time}[[/]] + Target - [[cyan]]%{build_target}[[/]] + Platform - [[cyan]]%{build_platform} - %{build_toolchain}[[/]] + + Core - [[cyan]]%{core_build_branch}[[/]] (Commit: %{core_build_commit}) + CLI - [[cyan]]%{cli_build_branch}[[/]] (Commit: %{cli_build_commit}) help: | **JustEnoughVCS Upstream Vault Commands** @@ -202,6 +205,9 @@ jv: Target - [[cyan]]%{build_target}[[/]] Platform - [[cyan]]%{build_platform} - %{build_toolchain}[[/]] + Core - [[cyan]]%{core_build_branch}[[/]] (Commit: %{core_build_commit}) + CLI - [[cyan]]%{cli_build_branch}[[/]] (Commit: %{cli_build_commit}) + tip: not_workspace: | Not in workspace directory. |
