diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-23 13:22:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-23 13:22:00 +0200 |
commit | 6f2a7949d5be4600a0d812db66e631bac85c11ee (patch) | |
tree | 9ab8ed05295df907ae4fbec5d9562181c3d34c00 /man | |
parent | eaa925597d96f69141d42155928d649f4603bd07 (diff) |
Add --help/--version switches
Diffstat (limited to 'man')
-rw-r--r-- | man/1/envstore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/1/envstore b/man/1/envstore index 7e65bce..c9a1988 100644 --- a/man/1/envstore +++ b/man/1/envstore @@ -29,7 +29,8 @@ either with its current shell value or with .Ar value .It Cm rm Ar variable Remove -.Ar variable from store +.Ar variable +from store .El .Pp Note: Only the first character of @@ -46,6 +47,12 @@ for .Nm .Cm clear , etc., are also valid. +.Pp +For convenience, the options +.Cm --version +and +.Cm --help +are also supported. .Sh ENVIRONMENT .Bl -tag -width "ENVSTORE_FILE" .It Ev ENVSTORE_FILE |