summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2021-12-20 10:08:13 +0200
committerPanu Matilainen <pmatilai@redhat.com>2021-12-20 10:08:13 +0200
commit59ef11f8494e84dfa7dc42ba841c2f0f01be8890 (patch)
tree6cdf6ff4f5c33e3d4a1421bd42d141b95466cf58 /docs/man
parentd5606c0b069d0bbf0618df3e69504b21d70ee3fe (diff)
downloadrpm-59ef11f8494e84dfa7dc42ba841c2f0f01be8890.tar.gz
Allow executing statement and script in the same rpmlua run
Apparently this is needed to support iLua, whatever that is. Anyway, there's no reason not to allow this, just didn't think this would be needed.
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/rpmlua.8.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/man/rpmlua.8.md b/docs/man/rpmlua.8.md
index 52210bd27..f2fe1923c 100644
--- a/docs/man/rpmlua.8.md
+++ b/docs/man/rpmlua.8.md
@@ -12,9 +12,7 @@ rpmlua - RPM Lua interpreter
SYNOPSIS
========
-**rpmlua** {**-i\|\--interactive**} \[*SCRIPT_FILE* \[arg1 ...\]\]
-**rpmlua** \[**--opts=OPTSTRING**\] *SCRIPT_FILE* \[arg1 ...\]
-**rpmlua** {**-e\|\--execute**} "**STATEMENT**" \[arg1 ...\]
+**rpmlua** \[{**-e\|\--execute**} "**STATEMENT**"\] \[{**-i\|\--interactive**}\] \[*SCRIPT_FILE*\] \[arg1 ...\]
DESCRIPTION
===========
@@ -32,7 +30,7 @@ Run RPM internal Lua interpreter.
**-e\|\--execute**
-: Execute a Lua statement.
+: Execute a Lua statement before executing optional script.
EXAMPLES
========