Skip to content

Commit ee0c949

Browse files
authored
Document BOX86_ARG0 argv[0] rewriting variable (#1021)
1 parent d940221 commit ee0c949

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/USAGE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,11 @@ Use of the new fuext_waitc syscall
293293
* XXX=yyyy
294294
will add XXX=yyyy env. var. and continue with BOX86_ENV2 ... until var doesn't exist
295295

296+
#### BOX86_ARG0
297+
Define argv[0] of the executable.
298+
* yyyy
299+
Will rewrite argv[0] instead of using program path.
300+
296301
#### BOX86_FIX_64BIT_INODES *
297302
Fix/Don't fix 64bit inodes
298303
* 0 : Don't fix 64bit inodes. (Default.)

0 commit comments

Comments
 (0)