Skip to content

Commit 3c6703e

Browse files
committed
v0.7.4
1 parent 54c2f1f commit 3c6703e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sharun"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
readme = "README.md"
55
license = "MIT"
66
repository = "https://github.com/VHSgunzo/sharun"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ cp ./target/$(uname -m)-unknown-linux-musl/release/sharun .
6060
-d, --dst-dir '/path' Destination directory (env: DST_DIR='/path')
6161
-e, --strace-mode Use strace for get libs (env: STRACE_MODE=1)
6262
-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)
6464
-h, --help Show this message
6565
-i, --patch-interpreter Patch INTERPRETER to a relative path (env: PATCH_INTERPRETER=1)
6666
-k, --with-hooks Pack additional files required for libraries (env: WITH_HOOKS=1)

lib4bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ usage() {
9494
-d, --dst-dir '/path' Destination directory (env: DST_DIR='/path')
9595
-e, --strace-mode Use strace for get libs (env: STRACE_MODE=1)
9696
-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)
9898
-h, --help Show this message
9999
-i, --patch-interpreter Patch INTERPRETER to a relative path (env: PATCH_INTERPRETER=1)
100100
-k, --with-hooks Pack additional files required for libraries (env: WITH_HOOKS=1)

0 commit comments

Comments
 (0)