diff options
| author | June McEnroe <june@causal.agency> | 2021-01-12 22:57:55 -0500 | 
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2021-01-12 22:57:55 -0500 | 
| commit | 2f76383e32404c29b42345de5f7e2dc939f5e2ae (patch) | |
| tree | 237effb8f54778562363e13632984c4f1ff9f752 /bin/man1 | |
| parent | Use hilex for bin HTML (diff) | |
| download | src-2f76383e32404c29b42345de5f7e2dc939f5e2ae.tar.gz src-2f76383e32404c29b42345de5f7e2dc939f5e2ae.zip  | |
Use hilex for up -h
Diffstat (limited to '')
| -rw-r--r-- | bin/man1/up.1 | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/man1/up.1 b/bin/man1/up.1 index 58b5359f..8b50c271 100644 --- a/bin/man1/up.1 +++ b/bin/man1/up.1 @@ -1,4 +1,4 @@ -.Dd July 15, 2019 +.Dd January 12, 2021 .Dt UP 1 .Os . @@ -49,7 +49,7 @@ Run a command to produce a text file for upload. .It Fl h Use -.Xr hi 1 +.Xr hilex 1 to produce an HTML file for upload. .It Fl s Use @@ -70,7 +70,7 @@ to produce an HTML file for upload. Any arguments after .Ql \-\- are passed to -.Xr hi 1 +.Xr hilex 1 and .Xr screencapture 1 , respectively.  |