commit 163c73bc3d7cbe2feb9802b7ae7d2801c11c334e
parent ac3b0c434172f56857e2cae8810647c285b20d7b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 29 Jun 2020 12:19:44 +0200
fixup! Add support for -o with tex files, add $opener declaration
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/compile b/.local/bin/compile
@@ -9,7 +9,7 @@ show_help() {
echo " -h show this message"
echo " -v show verbose information"
echo " -c continuously recompile upon file changes"
- echo " -o open output after compiling, only supported for some file types"
+ echo " -o open output file after compiling"
echo " -- do not consider any following args as options"
}