diff options
author | 2007-02-20 04:10:32 +0000 | |
---|---|---|
committer | 2007-02-20 04:10:32 +0000 | |
commit | e63573594994bb5ff28856547c231f082649ceea (patch) | |
tree | ddd6ff8a135b4ee4492c33fe8dbdc9b16cf4bdfe | |
parent | use HOST_UP instead of an hard coded integer (diff) | |
download | wireguard-openbsd-e63573594994bb5ff28856547c231f082649ceea.tar.xz wireguard-openbsd-e63573594994bb5ff28856547c231f082649ceea.zip |
Document -h option.
-rw-r--r-- | usr.bin/mg/mg.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 0bbde2eb997..1981ba7a873 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.29 2006/12/29 17:07:32 reyk Exp $ +.\" $OpenBSD: mg.1,v 1.30 2007/02/20 04:10:32 cloder Exp $ .\" .Dd February 25, 2000 .Dt MG 1 @@ -33,6 +33,8 @@ line of the file, +-2 will be second last, and so on. Run the mode command for all buffers created from arguments on the command line, including the scratch buffer and all files. +.It Fl h +Display usage synopsis and exit. .It Fl n Turn off backup file generation. .El |