summary refs log tree commit diff
path: root/bin/man1/up.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/man1/up.1')
-rw-r--r--bin/man1/up.131
1 files changed, 16 insertions, 15 deletions
diff --git a/bin/man1/up.1 b/bin/man1/up.1
index 58b5359f..aece79bd 100644
--- a/bin/man1/up.1
+++ b/bin/man1/up.1
@@ -1,4 +1,4 @@
-.Dd July 15, 2019
+.Dd July 26, 2022
 .Dt UP 1
 .Os
 .
@@ -8,15 +8,9 @@
 .
 .Sh SYNOPSIS
 .Nm
-.Op Fl h
-.Op Ar file
-.
-.Nm
-.Fl c | t
-.Ar command ...
-.
-.Nm
-.Fl s
+.Op Fl c | h | s | t
+.Op Fl w Ar warn
+.Op Ar file | command
 .
 .Sh DESCRIPTION
 .Nm
@@ -49,28 +43,35 @@ 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
 .Xr screencapture 1
+or
+.Xr scrot 1
 to produce a PNG file for upload.
 The file is optimized by
-.Xr pngo 1
-if available.
+.Xr pngo 1 .
 .It Fl t
 Run a command with
 .Xr ptee 1
 and
 .Xr shotty 1
 to produce an HTML file for upload.
+.It Fl w Ar warn
+Create an HTML redirect with
+.Ar warn
+in its title.
 .El
 .
 .Pp
 Any arguments after
 .Ql \-\-
 are passed to
-.Xr hi 1
+.Xr hilex 1
 and
-.Xr screencapture 1 ,
+.Xr screencapture 1
+or
+.Xr scrot 1 ,
 respectively.