summaryrefslogtreecommitdiff
path: root/libc/elf/sotruss.ksh
diff options
context:
space:
mode:
Diffstat (limited to 'libc/elf/sotruss.ksh')
-rwxr-xr-xlibc/elf/sotruss.ksh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/elf/sotruss.ksh b/libc/elf/sotruss.ksh
index 587ab6898..8390b6c50 100755
--- a/libc/elf/sotruss.ksh
+++ b/libc/elf/sotruss.ksh
@@ -94,14 +94,14 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
do_missing_arg "$1"
fi
shift
- SOTRUSS_FROMLIST="$2"
+ SOTRUSS_FROMLIST="$1"
;;
-T | --t | --to)
if test $# -eq 1; then
do_missing_arg "$1"
fi
shift
- SOTRUSS_TOLIST="$2"
+ SOTRUSS_TOLIST="$1"
;;
-o | --o | --ou | --out | --outp | --outpu | --output)
if test $# -eq 1; then