summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-09 23:35:52 -0400
committerJune McEnroe <june@causal.agency>2019-07-09 23:35:52 -0400
commit58542b1affb49206ecb8746dfa822dba232931a2 (patch)
treecacd8064646b3f67a9880366bbd752533ab9b349 /bin/man1
parentAdd options for default colors to shotty (diff)
downloadsrc-58542b1affb49206ecb8746dfa822dba232931a2.tar.gz
src-58542b1affb49206ecb8746dfa822dba232931a2.zip
Add up -c
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/up.17
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/man1/up.1 b/bin/man1/up.1
index f479b7ad..07f25e33 100644
--- a/bin/man1/up.1
+++ b/bin/man1/up.1
@@ -1,4 +1,4 @@
-.Dd February 2, 2019
+.Dd July 9, 2019
 .Dt UP 1
 .Os
 .
@@ -8,7 +8,7 @@
 .
 .Sh SYNOPSIS
 .Nm
-.Op Fl hs
+.Op Fl chs
 .Op Ar file
 .
 .Sh DESCRIPTION
@@ -37,6 +37,9 @@ if available.
 .Pp
 The arguments are as follows:
 .Bl -tag -width Ds
+.It Fl c
+Run a command
+to produce a text file for upload.
 .It Fl h
 Use
 .Xr hi 1
-. 2020-12-30Support unary + in orderJune McEnroe Missed this because operator(7) just doesn't list it, oddly. 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe