typos
This commit is contained in:
@@ -5,4 +5,4 @@
|
|||||||
- **trans.sh**: a [linguee.com](https://linguee.com) based command-line translator.
|
- **trans.sh**: a [linguee.com](https://linguee.com) based command-line translator.
|
||||||
- **sync.sh**: a rsync/ssh backup tool.
|
- **sync.sh**: a rsync/ssh backup tool.
|
||||||
- **sync-conf-example.sh**: configuration example.
|
- **sync-conf-example.sh**: configuration example.
|
||||||
- **dup-live-disk.sh**: duplicate (possibly live) disk partitions.
|
- **dup-live-disk.sh**: duplicate (**possibly live**) disk partitions.
|
||||||
|
@@ -565,8 +565,8 @@ parse_opts() {
|
|||||||
local c2="" c3=""
|
local c2="" c3=""
|
||||||
local -i i
|
local -i i
|
||||||
|
|
||||||
if ! tmp=$(getopt -o "$sopts" -l "$lopts" -n "$CMD" -- "$@"); then
|
if ! tmp=$(getopt -o "$sopts" -l "$lopts" -n "$CMDNAME" -- "$@"); then
|
||||||
log "Use '$CMD --help' or '$CMD --man' for help."
|
log "Use '$CMD --help' or 'zob $CMDNAME --man' for help."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user