mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added back version flag
This commit is contained in:
committed by
Dan Christian Bogos
parent
98aa157f76
commit
018d8c7a2e
@@ -88,7 +88,7 @@ var (
|
||||
"The tariff plan ID from the database")
|
||||
dataPath = cgrLoaderFlags.String(utils.PathCfg, dfltCfg.LoaderCgrCfg().DataPath,
|
||||
"The path to folder containing the data files")
|
||||
version = cgrLoaderFlags.Bool(utils.ElsVersionLow, false,
|
||||
version = cgrLoaderFlags.Bool(utils.VersionCgr, false,
|
||||
"Prints the application version.")
|
||||
verbose = cgrLoaderFlags.Bool(utils.VerboseCgr, false,
|
||||
"Enable detailed verbose logging output")
|
||||
|
||||
Reference in New Issue
Block a user