summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-20 19:50:06 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-12-28 11:16:31 +0000
commit5c8f63e8527f162f248b54a85fb943460e8bfb11 (patch)
tree78927e1cb338c8d94ff3d32f2b2e12469e077544 /home
parent7a2365bb0de96c5860581eab74bebe5513db80db (diff)
update
Diffstat (limited to 'home')
-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"