File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sharun"
3
- version = " 0.7.3 "
3
+ version = " 0.7.4 "
4
4
readme = " README.md"
5
5
license = " MIT"
6
6
repository = " https://github.com/VHSgunzo/sharun"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ cp ./target/$(uname -m)-unknown-linux-musl/release/sharun .
60
60
-d, --dst-dir '/path' Destination directory (env: DST_DIR='/path')
61
61
-e, --strace-mode Use strace for get libs (env: STRACE_MODE=1)
62
62
-t, --strace-time 5 Specify the time in seconds for strace mode (env: STRACE_TIME=5)
63
- -g, --gen-lib-path Generate a lib.path file (env: GEN_LIB_PATH=1)
63
+ -g, --gen-lib-path Generate a lib.path file (env: GEN_LIB_PATH=1) (default)
64
64
-h, --help Show this message
65
65
-i, --patch-interpreter Patch INTERPRETER to a relative path (env: PATCH_INTERPRETER=1)
66
66
-k, --with-hooks Pack additional files required for libraries (env: WITH_HOOKS=1)
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ usage() {
94
94
-d, --dst-dir '/path' Destination directory (env: DST_DIR='/path')
95
95
-e, --strace-mode Use strace for get libs (env: STRACE_MODE=1)
96
96
-t, --strace-time 5 Specify the time in seconds for strace mode (env: STRACE_TIME=5)
97
- -g, --gen-lib-path Generate a lib.path file (env: GEN_LIB_PATH=1)
97
+ -g, --gen-lib-path Generate a lib.path file (env: GEN_LIB_PATH=1) (default)
98
98
-h, --help Show this message
99
99
-i, --patch-interpreter Patch INTERPRETER to a relative path (env: PATCH_INTERPRETER=1)
100
100
-k, --with-hooks Pack additional files required for libraries (env: WITH_HOOKS=1)
You can’t perform that action at this time.
0 commit comments