Compare commits

..

No commits in common. "9daef61658e0eba24d5770a75ac557a108bfb855" and "6a6aedac5ebd2e9b85d5253690658067670c8915" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
## Usage packelf: ## Usage packelf:
``` ```
Usage: ./packelf.sh <ELF_SRC_PATH> <FILENAME_DST_PATH> Usage: ./packelf.sh <ELF_SRC_PATH> <DST_PATH_FILENAME>
``` ```
Example: Example:

View File

@ -55,7 +55,7 @@ pack() {
} }
help() { help() {
echo "$0 <ELF_SRC_PATH> <FILENAME_DST_PATH>" echo "$0 <ELF_SRC_PATH> <DST_PATH_FILENAME>"
exit 0 exit 0
} }