aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index b162617..26a3b28 100644
--- a/README
+++ b/README
@@ -2,11 +2,11 @@ NAME
exec-as - exec(1) with explicit argv[0]
SYNOPSIS
- exec-as FILE [ARGV0 [ARGV]...]
+ exec-as command [argv0 [arg ...]]
DESCRIPTION
- exec-as shall spawn the program FILE, using execvp(3),
- using ARGV0 as the value for argv[0], and the following
+ exec-as runs the program command, using execvp(3),
+ using argv0 as the value for argv[0], and the following
arguments for the following values in argv.
NOTES
@@ -26,4 +26,3 @@ EXAMPLES
SEE ALSO
exec(1), exec(3)
-