json/en-US.json

{
    "options": {
        "--path=": "Directories where store shared files\neg: chfs --path=D:\\\n chfs --path=\"C:\\Program Files\"",
        "--port=": "HTTP listening port(Default is 80)\neg: chfs --port=8080",
        "--log=": "Log directory. Empty value will disable log",
        "--allow=": "Allowed IPv4 addresses(Allow any address by default)\n White list mode: \"listitem1[,listitem2,...]\"\n More help info by running \"chfs --help\"",
        "--rule=": "Access rules(anybody can access any thing by default).\nList defines like:\"USER:PWD:MASK[:DIR:MASK...][|...]\":\n \"192.168.1.2-192.168.1.10,192.169.1.222\" allows this 10 addresses.\nBlack list mode: \"not(listitem1[,listitem2,...])\"\n \"not(192.168.1.2-192.168.1.10,192.169.1.222)\" bans this 10 addresses!",
        "--file=": "A configuration file which overwrites & enhence the settings",
        "--version": "Show application version",
        "--help": "Show context-sensitive help (also try --help-long and --help-man)"
    },
    "chfs_info":{
        "warn":"Module Warning(chfs-tab-completion): It's no longer maintained and improved!",
        "tip":"You should install and import the PSCompletions module, and run \"psc add chfs\" to add chfs completion\nFor more information: https://github.com/abgox/PSCompletions"
    }
}