summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/lastarg
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.local/bin/lastarg')
-rwxr-xr-xhome/xyz/.local/bin/lastarg2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/lastarg b/home/xyz/.local/bin/lastarg
index 58f1f14e..b52afcdc 100755
--- a/home/xyz/.local/bin/lastarg
+++ b/home/xyz/.local/bin/lastarg
@@ -1,5 +1,5 @@
#!/bin/sh
-# useage: lastarg "$@"
+# usage: lastarg "$@"
shift $(($# - 1))
echo "$1"