diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-18 01:25:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-18 01:25:03 +0300 |
commit | 9697c824497dba95c113fa3cab2f787ece471bb0 (patch) | |
tree | 69e2e3d532eef0f2662ea52fe4cf7e339fe36a71 | |
parent | README update (diff) | |
download | windows-env-9697c824497dba95c113fa3cab2f787ece471bb0.tar.gz windows-env-9697c824497dba95c113fa3cab2f787ece471bb0.zip |
README update
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -27,11 +27,11 @@ Usage The complete list of utilities is given below. -* [list_path](list_path) — List directories in your `PATH`. -* [add_path](add_path) — Add directories to your `PATH`. -* [remove_path](remove_path) — Remove directories from your `PATH`. -* [set_env](set_env) — Set environment variable. -* [unset_env](unset_env) — Unset environment variable. +* [list_path](#list_path) — List directories in your `PATH`. +* [add_path](#add_path) — Add directories to your `PATH`. +* [remove_path](#remove_path) — Remove directories from your `PATH`. +* [set_env](#set_env) — Set environment variable. +* [unset_env](#unset_env) — Unset environment variable. Pass the `--help` flag to a utility to examine its detailed usage information. Some usage examples are given below. |