client/container: usage help updates
This commit is contained in:
@@ -49,7 +49,7 @@ function lib_edit::__parse_args()
|
||||
local -r _usage="
|
||||
\e[32mDescription:\e[0m
|
||||
|
||||
Edit container configuration files and journals
|
||||
Edit container configurations, metadata and journals
|
||||
|
||||
\e[32mUsage:\e[0m
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ function lib_fetch::__parse_args()
|
||||
local -r _usage="
|
||||
\e[32mDescription:\e[0m
|
||||
|
||||
Fetch prices, accounts and blockchains
|
||||
Fetch prices, remote accounts and blockchain data
|
||||
|
||||
\e[32mUsage:\e[0m
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ function lib_hledger::__parse_hledger-import()
|
||||
local -r _usage="
|
||||
\e[32mDescription:\e[0m
|
||||
|
||||
Import all accounts' CSV data to produce viable journals (see README for setup)
|
||||
Import all accounts' CSV data and produce viable journals
|
||||
|
||||
\e[32mUsage:\e[0m
|
||||
|
||||
@@ -96,14 +96,14 @@ function lib_hledger::__parse_hledger-import()
|
||||
|
||||
\e[32mArguments:\e[0m
|
||||
|
||||
Import year:
|
||||
Import all accounts since given year:
|
||||
|
||||
year${global_arg_delim_2}<all|year>
|
||||
year${global_arg_delim_2}<year>
|
||||
|
||||
\e[32mExamples:\e[0m
|
||||
|
||||
\e[37;2m# Import all years since 2020\e[0m
|
||||
$ $global_usage year${global_arg_delim_2}2020
|
||||
\e[37;2m# Import all years since 2018\e[0m
|
||||
$ $global_usage year${global_arg_delim_2}2018
|
||||
"
|
||||
|
||||
if [ "$#" -gt 1 ]; then
|
||||
|
||||
@@ -57,7 +57,7 @@ function lib_meta::__parse_args()
|
||||
local -r _usage="
|
||||
\e[32mDescription:\e[0m
|
||||
|
||||
View financial metadata
|
||||
Search and view financial metadata
|
||||
|
||||
\e[32mUsage:\e[0m
|
||||
|
||||
|
||||
Reference in New Issue
Block a user